JwtClaimsResponse

data class JwtClaimsResponse(val audience: String, val issuer: String, val subject: String)

JWT claims used for the jwt-bearer authorization grant.

Constructors

Link copied to clipboard
fun JwtClaimsResponse(audience: String, issuer: String, subject: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Value for the "aud" claim.

Link copied to clipboard

Value for the "iss" claim.

Link copied to clipboard

Value for the "sub" claim.