Skip to main content

Module auth

Module auth 

Source
Expand description

Authentication module for APS OAuth 2.0

Implements both 2-legged (client credentials) and 3-legged (authorization code) OAuth flows.

Re-exports§

pub use types::*;

Modules§

types
Authentication types for APS OAuth 2.0

Structs§

AuthClient
Authentication client for APS