Authorization Provider OAuth2Settings Response
data class AuthorizationProviderOAuth2SettingsResponse(val grantTypes: AuthorizationProviderOAuth2GrantTypesResponse? = null, val redirectUrl: String? = null)
OAuth2 settings details
Constructors
Link copied to clipboard
constructor(grantTypes: AuthorizationProviderOAuth2GrantTypesResponse? = null, redirectUrl: String? = null)