shield-oidc 0.2.2

OpenID Connect method for Shield.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mod actions;
mod builders;
mod claims;
mod client;
mod connection;
mod metadata;
mod method;
mod options;
mod provider;
mod session;
mod storage;

pub use builders::*;
pub use connection::*;
pub use method::*;
pub use options::*;
pub use provider::*;
pub use storage::*;