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
client_id: String
scope: String
Trait Implementations
impl Key for AuthenticationRequest[src]
type Value = AuthenticationRequest
The value type associated with this key type.