ListAuthorizationServerSecretsResult

data class ListAuthorizationServerSecretsResult(val clientSecret: String? = null, val resourceOwnerPassword: String? = null, val resourceOwnerUsername: String? = null)

OAuth Server Secrets Contract.

Constructors

Link copied to clipboard
constructor(clientSecret: String? = null, resourceOwnerPassword: String? = null, resourceOwnerUsername: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clientSecret: String? = null

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.