Authorization Server Metadata
class AuthorizationServerMetadata(val issuer: String? = null, val authorizationEndpoint: String? = null, val tokenEndpoint: String? = null, val registrationEndpoint: String? = null, val responseTypesSupported: List<String>? = null, val grantTypesSupported: List<String>? = null, val tokenEndpointAuthMethodsSupported: List<String>? = null, val codeChallengeMethodsSupported: List<String>? = null)(source)
Since
0.3.0-beta01
Constructors
Link copied to clipboard
constructor(issuer: String? = null, authorizationEndpoint: String? = null, tokenEndpoint: String? = null, registrationEndpoint: String? = null, responseTypesSupported: List<String>? = null, grantTypesSupported: List<String>? = null, tokenEndpointAuthMethodsSupported: List<String>? = null, codeChallengeMethodsSupported: List<String>? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard