UpdateOAuthClientBuilder
@Serializable
A builder for updating an existing OAuth client. All fields are nullable for partial updates.
Constructors
Link copied to clipboard
constructor(clientName: String? = null, clientUri: String? = null, logoUri: String? = null, redirectUris: List<String>? = null, grantTypes: List<OAuthClientGrantType>? = null, responseTypes: List<OAuthClientResponseType>? = 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