Struct tiny_oidc_rp::ClientBuilder [−][src]
pub struct ClientBuilder<P: Provider> { /* fields omitted */ }Implementations
Client secret
Redirect URI
Response mode
Auto Trait Implementations
impl<P> RefUnwindSafe for ClientBuilder<P> where
P: RefUnwindSafe,
impl<P> Send for ClientBuilder<P>
impl<P> Sync for ClientBuilder<P>
impl<P> Unpin for ClientBuilder<P> where
P: Unpin,
impl<P> UnwindSafe for ClientBuilder<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
