Skip to main content

Crate authnz_client_sdk

Crate authnz_client_sdk 

Source
Expand description

Client SDK for Authnz Authorization Server.

This crate contains functions to work with client signatures and token persistance.

Structs§

Email
Email.
SignKeypair
Signing key (certificate).
TokenBundle
Access, refresh and client tokens.

Constants§

SIGNUP_HINTS
Stateless hints header name.

Traits§

Authorize
Authorization’s extension trait.
ClientPlatformAware
Platform-aware authorization credentials’ extension trait.
MaybeTokensUpdate
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.