Expand description
Structs§
- Access
KeyId - Access key ID.
- Authentication
- HTTP signature using HMAC.
- Basic
Credentials - Credentials for the HTTP basic authentication.
- Client
Credentials - Credentials for the client authentication.
- JwtClaims
jwt - JWT Claims.
- Rauthy
Client oidc - The Rauthy client.
- Rego
Engine opa - Rego evaluation engine.
- Secret
Access Key - Secrect access key.
- Security
Token - Security token.
- Session
Id - Session Identification URI. See the spec.
- User
Session - Role-based user sessions.
Enums§
- Parse
Security Token Error - An error which can be returned when parsing a token.
- Parse
Session IdError - An error which can be returned when parsing a
SessionId.
Traits§
- Authorization
Provider - A server which provides authorization services.
Functions§
- default_
time_ tolerance jwt - Returns the default time tolerance.
- default_
verification_ options jwt - Returns the default verfication options.
Type Aliases§
- JwtHmac
Key jwt - HMAC key type for JWT.