JwtBuilderResult.GetValidationParameters method
Gets the TokenValidationParameters for validating the JWT token.
public TokenValidationParameters GetValidationParameters(TimeSpan? clockSkew = default)
parameter | description |
---|---|
clockSkew | Optional clock skew to allow when validating token lifetime. |
Return Value
The configured TokenValidationParameters instance.
See Also
- class JwtBuilderResult
- namespace Kestrun.Jwt