TokenVerificationService
Verifies access tokens and refresh tokens, that may have been generated by a TokenGenerationService, or by any other OAuth 2.0 authorization server.
Inheritors
Functions
Link copied to clipboard
Link copied to clipboard
abstract suspend fun validateTokenExtractUser(authorizationHeader: String, request: RequestInfo?): ValidatedAccessToken