IncludedOauth2ProviderConfigInput   
    Configuration settings for connecting to a supported OAuth2 provider. This includes client credentials and OAuth2 discovery information for providers that have built-in support.
Types
Properties
Link copied to clipboard
                  OAuth2 authorization endpoint for your isolated OAuth2 application tenant. This is where users are redirected to authenticate and authorize access to their resources.
Link copied to clipboard
                  The client secret for the supported OAuth2 provider. This secret is assigned by the OAuth2 provider and used along with the client ID to authenticate your application.
Link copied to clipboard
                  OAuth2 token endpoint for your isolated OAuth2 application tenant. This is where authorization codes are exchanged for access tokens.
Functions
Link copied to clipboard
                  inline fun copy(block: IncludedOauth2ProviderConfigInput.Builder.() -> Unit = {}): IncludedOauth2ProviderConfigInput