JwtBuilderResult.Validate method
Synchronously validates the specified JWT using the configured validation parameters.
public TokenValidationResult Validate(string jwt, TimeSpan? clockSkew = default)
parameter | description |
---|---|
jwt | The JWT compact string to validate. |
clockSkew | Optional clock skew to allow when validating token lifetime. |
Return Value
The token validation result.
See Also
- class JwtBuilderResult
- namespace Kestrun.Jwt