List Authorization Server Secrets Result
data class ListAuthorizationServerSecretsResult(val clientSecret: String? = null, val resourceOwnerPassword: String? = null, val resourceOwnerUsername: String? = null)
OAuth Server Secrets Contract.
Properties
Link copied to clipboard
oAuth Authorization Server Secrets.
Link copied to clipboard
Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner password.
Link copied to clipboard
Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner username.