AuthorizationProviderOAuth2GrantTypesResponse

data class AuthorizationProviderOAuth2GrantTypesResponse(val authorizationCode: Map<String, String>? = null, val clientCredentials: Map<String, String>? = null)

Authorization Provider oauth2 grant types settings

Constructors

constructor(authorizationCode: Map<String, String>? = null, clientCredentials: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

OAuth2 authorization code grant parameters

Link copied to clipboard

OAuth2 client credential grant parameters