Struct oxide_auth::code_grant::resource::Authenticate [−][src]
Expand description
Additional information provided for the WWW-Authenticate header.
Fields
realm: Option<String>Information about which realm the credentials correspond to.
scope: Option<Scope>The required scope to access the resource.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Authenticate
impl Send for Authenticate
impl Sync for Authenticate
impl Unpin for Authenticate
impl UnwindSafe for Authenticate
Blanket Implementations
Mutably borrows from an owned value. Read more