BearerTokenVerificationService
class BearerTokenVerificationService( nonceService: NonceService, tokenGenerationService: BearerTokenGenerationService) : TokenVerificationService(source)
Verifies Bearer tokens that have been generated by BearerTokenGenerationService. This does only work for internal authorization servers, because we could not store the actual user data otherwise.
Functions
Link copied to clipboard
Link copied to clipboard
open suspend override fun validateTokenExtractUser(authorizationHeader: String, request: RequestInfo?): ValidatedAccessToken