Struct tiny_oidc_rp::Client [−][src]
pub struct Client<P: Provider> { /* fields omitted */ }Expand description
OpenID Connect relying party client
Implementations
Trait Implementations
Auto Trait Implementations
impl<P> RefUnwindSafe for Client<P> where
P: RefUnwindSafe,
impl<P> UnwindSafe for Client<P> where
P: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
