Results for “Std.App.Jwt.JwtError”
4 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.App.Jwt.JwtError
Structured failure conditions encountered while decoding or validating a JWT.
- Std.App.Jwt.decode
Str -> &Bytes -> &Std.App.Jwt.JwtValidation -> Int -> Result[Std.App.Jwt.JwtClaims, Std.App.Jwt.JwtError]Decodes and cryptographically verifies an RFC 7519 compact JWT against secret and validation rules.
- Std.App.Jwt.decodeUnverified
Str -> Result[Std.App.Jwt.JwtClaims, Std.App.Jwt.JwtError]Decodes claims without cryptographic signature verification.
- Std.App.Jwt.decodeWithKey
Str -> &Std.App.Jwt.PublicKey -> &Std.App.Jwt.JwtValidation -> Int -> Result[Std.App.Jwt.JwtClaims, Std.App.Jwt.JwtError]Verify a token signed with a provider's private key, and read its claims.
