asknothingx2-util 0.5.0

asknothing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#[cfg(feature = "oauth-server")]
pub mod oneshot;

#[cfg(feature = "oauth")]
pub mod signed_token;

#[cfg(feature = "oauth")]
mod new_types;

#[cfg(feature = "oauth")]
pub use new_types::{
    AccessToken, AuthUrl, AuthorizationCode, ClientId, ClientSecret, CsrfToken, DeviceCode,
    DeviceUrl, RedirectUrl, RefreshToken, RevocationUrl, Scope, TokenUrl, ValidateUrl,
};