Struct oxide_auth::code_grant::frontend::AuthenticationRequest [] [src]

pub struct AuthenticationRequest {
    pub client_id: String,
    pub scope: String,
}

Sent to the OwnerAuthorizer to request owner permission.

Fields

Trait Implementations

impl Key for AuthenticationRequest
[src]

The value type associated with this key type.