pubky-common 0.11.0

Types and struct in common between Pubky client and homeserver
Documentation
1
2
3
4
5
6
7
8
9
//! Authentication types shared between homeserver and SDK.

mod auth_token;
pub mod grant;
pub mod grant_session_responses;
pub mod jws;
pub mod pop;

pub use auth_token::{AuthToken, Error};