Oauth2ClientCredentialsResponse

data class Oauth2ClientCredentialsResponse(val clientId: String, val clientSecret: SecretResponse)

Parameters to support Oauth 2.0 Client Credentials Grant Authentication. See https://tools.ietf.org/html/rfc6749#section-1.3.4 for more details.

Constructors

Link copied to clipboard
constructor(clientId: String, clientSecret: SecretResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The client identifier.

Link copied to clipboard

Secret version reference containing the client secret.