Results for “Std.App.Jwt.PublicKey”
5 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.App.Jwt.PublicKey
A public key an identity provider publishes, and the algorithm it signs with.
- 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.
- Std.App.Jwt.keyAlgorithm
&Std.App.Jwt.PublicKey -> StrThe algorithm name that appears in a token's header for this key.
- Std.App.Jwt.keyFor
&Array[Std.App.Jwt.PublicKey] -> Str -> Option[Std.App.Jwt.PublicKey]Pick the key a token names, out of the set a provider published.
- Std.App.Jwt.keyId
&Std.App.Jwt.PublicKey -> StrThe identifier a provider gave this key.
