JwtValidationActionConfig
Information about a JSON Web Token (JWT) validation action.
Types
Properties
Link copied to clipboard
Additional claims to validate. The maximum size of the list is 10. We validate the exp, iss, nbf, and iat claims by default.
Link copied to clipboard
The JSON Web Key Set (JWKS) endpoint. This endpoint contains JSON Web Keys (JWK) that are used to validate signatures from the provider.
Functions
Link copied to clipboard
inline fun copy(block: JwtValidationActionConfig.Builder.() -> Unit = {}): JwtValidationActionConfig