AccessTokenVerifier

Minimal abstraction for validating and parsing an access token into JwtClaims. Implementations may verify via local RSA keys or a remote JWKS.

Inheritors

Functions

Link copied to clipboard
abstract fun validateAndParse(token: String): JwtClaims