AuthorizationProviderOAuth2SettingsResponse

data class AuthorizationProviderOAuth2SettingsResponse(val grantTypes: AuthorizationProviderOAuth2GrantTypesResponse? = null, val redirectUrl: String? = null)

OAuth2 settings details

Constructors

constructor(grantTypes: AuthorizationProviderOAuth2GrantTypesResponse? = null, redirectUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val redirectUrl: String? = null

Redirect URL to be set in the OAuth application.