ConnectionAuthConfigOauth2JwtBearerJwtClaims

data class ConnectionAuthConfigOauth2JwtBearerJwtClaims(val audience: String? = null, val issuer: String? = null, val subject: String? = null)

Constructors

constructor(audience: String? = null, issuer: String? = null, subject: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val audience: String? = null

Value for the "aud" claim. The oauth2_client_credentials block supports:

Link copied to clipboard
val issuer: String? = null

Value for the "iss" claim.

Link copied to clipboard
val subject: String? = null

Value for the "sub" claim.