Validate JWT token.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
Members list
Value members
Concrete methods
Run this validator and then next
and combine their results.
Run this validator and then next
and combine their results.
Attributes
Run this validator and then the result of next
and combine their results.
Run this validator and then the result of next
and combine their results.
Attributes
Scopes this validator to only apply if an issuer exists in the claim and it matches the given function.
Scopes this validator to only apply if an issuer exists in the claim and it matches the given function.
Attributes
Converts an invalid result to a not-applicable result.
Converts an invalid result to a not-applicable result.
Attributes
If this validator returns a "not applicable" result, the next
validator is tried.
If this validator returns a "not applicable" result, the next
validator is tried.
Attributes
If this validator returns a "not applicable" result, the next
validator is tried.
If this validator returns a "not applicable" result, the next
validator is tried.
Attributes
Return a not-applicable result if the result of enable
is false. Otherwise run this validator.
Return a not-applicable result if the result of enable
is false. Otherwise run this validator.