CreateOAuthClientBuilder
constructor(clientName: String = "", redirectUris: List<String> = emptyList(), clientUri: String? = null, grantTypes: List<OAuthClientGrantType>? = null, responseTypes: List<OAuthClientResponseType>? = null, scope: String? = null, tokenEndpointAuthMethod: OAuthClientTokenEndpointAuthMethod? = null)(source)