Enum oxide_auth::primitives::registrar::ClientType [−][src]
Expand description
Enumeration of the two defined client types.
Variants
A public client with no authentication information.
A confidential client who needs to be authenticated before communicating.
Fields of Confidential
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ClientType
impl Send for ClientType
impl Sync for ClientType
impl Unpin for ClientType
impl UnwindSafe for ClientType
Blanket Implementations
Mutably borrows from an owned value. Read more