Uses of Record Class
io.fluxzero.idp.client.TokenValidationRequest
-
Uses of TokenValidationRequest in io.fluxzero.idp.client
Methods in io.fluxzero.idp.client that return TokenValidationRequestModifier and TypeMethodDescriptionstatic TokenValidationRequestTokenValidationRequest.accessToken(String token, OidcTenantConfig config) Creates a validation request for a bearer access token sent to backend APIs.static TokenValidationRequestTokenValidationRequest.idToken(String token, OidcTenantConfig config) Creates a validation request for an ID token returned to the BFF callback.Returns a copy with a deterministic clock value.Methods in io.fluxzero.idp.client with parameters of type TokenValidationRequestModifier and TypeMethodDescriptiondefault booleanTokenValidator.supports(TokenValidationRequest request) Returns whether this validator should try to validate the request.JwksTokenValidator.validate(TokenValidationRequest request) TokenValidator.validate(TokenValidationRequest request) Validates the token and returns normalized claims.static JwtClaimsTokenValidators.validate(TokenValidationRequest request) Validates a token with the first supporting validator that accepts it.