Expand description
Client SDK for Authnz Authorization Server.
This crate contains functions to work with client signatures and token persistance.
Structs§
- Email.
- Sign
Keypair - Signing key (certificate).
- Token
Bundle - Access, refresh and client tokens.
Constants§
- SIGNUP_
HINTS - Stateless hints header name.
Traits§
- Authorize
- Authorization’s extension trait.
- Client
Platform Aware - Platform-aware authorization credentials’ extension trait.
- Maybe
Tokens Update - Tokens’ extension trait.
Functions§
- client_
keypair - Gets or generates client-side keypair.
- get_
triple - Gets token triple to authorize user.
- store_
triple - Stores token triple to authorize user.