Enum oxide_auth::code_grant::frontend::Authentication [] [src]

pub enum Authentication {
    Failed,
    InProgress,
    Authenticated(String),
}

Answer from OwnerAuthorizer to indicate the owners choice.

Variants

The owner did not authorize the client.

The owner has not yet decided, i.e. the returned page is a form for the user.

Authorization was granted by the specified user.

Trait Implementations

impl Clone for Authentication
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Key for Authentication
[src]

The value type associated with this key type.