Uses of Record Class
tech.lastbox.jwt.Token
-
Uses of Token in tech.lastbox.jwt
Methods in tech.lastbox.jwt that return TokenModifier and TypeMethodDescriptionJwtService.generateToken(String subject, String issuer) Generates a JWT for the specified subject with a given issuer.JwtService.generateToken(String subject, String issuer, List<String> scope) Generates a JWT for the specified subject with a given issuer and scope.Methods in tech.lastbox.jwt that return types with arguments of type TokenModifier and TypeMethodDescriptionRetrieves and validates a token from the token store or decodes it if the store is not available.TokenValidation.tokenOptional()Returns the value of thetokenOptionalrecord component.Constructor parameters in tech.lastbox.jwt with type arguments of type TokenModifierConstructorDescriptionTokenValidation(Optional<Token> tokenOptional, boolean isValid) Creates an instance of aTokenValidationrecord class.