Skip to content

config properties third_party properties providers

GitHub Action edited this page Oct 15, 2024 · 4 revisions

Version

v1.1.0

providers Type

object (providers)

providers Properties

Property Type Required Nullable Defined by
apple object Optional cannot be null Config
discord object Optional cannot be null Config
github object Optional cannot be null Config
google object Optional cannot be null Config
linkedin object Optional cannot be null Config
microsoft object Optional cannot be null Config

apple

apple contains the provider configuration for Apple.

apple

  • is optional

  • cannot be null

apple Type

object (provider)

discord

discord contains the provider configuration for Discord.

discord

  • is optional

  • cannot be null

discord Type

object (provider)

github

github contains the provider configuration for GitHub.

github

  • is optional

  • cannot be null

github Type

object (provider)

google

google contains the provider configuration for Google.

google

  • is optional

  • cannot be null

google Type

object (provider)

linkedin

linkedin contains the provider configuration for LinkedIn.

linkedin

  • is optional

  • cannot be null

linkedin Type

object (provider)

microsoft

microsoft contains the provider configuration for Microsoft.

microsoft

  • is optional

  • cannot be null

microsoft Type

object (provider)

Clone this wiki locally