CreateOAuthClientBuilder
@Serializable
A builder for creating a new OAuth client.
Constructors
Link copied to clipboard
constructor(clientName: String = "", redirectUris: List<String> = emptyList(), clientUri: String? = null, grantTypes: List<OAuthClientGrantType>? = null, responseTypes: List<OAuthClientResponseType>? = null, scope: String? = null, tokenEndpointAuthMethod: OAuthClientTokenEndpointAuthMethod? = null)
Properties
Link copied to clipboard
The name of the client
Link copied to clipboard
The grant types for the client
Link copied to clipboard
The redirect URIs for the client
Link copied to clipboard
The response types for the client
Link copied to clipboard
@SerialName(value = "token_endpoint_auth_method")
The token endpoint authentication method