ClaimsRequestBuilder

data class ClaimsRequestBuilder(var allowExpired: Boolean = false, val jwks: MutableList<JWK> = mutableListOf())(source)

A builder for Auth.getClaims

Constructors

Link copied to clipboard
constructor(allowExpired: Boolean = false, jwks: MutableList<JWK> = mutableListOf())

Properties

Link copied to clipboard

Whether allow expired JWTs

Link copied to clipboard

A custom list of JWKs.