Enum oxide_auth::code_grant::backend::AccessError [] [src]

pub enum AccessError {
    InvalidRequest,
    AccessDenied,
}

Indicates the reason for access failure.

Variants

The request did not have enough authorization data or was otherwise malformed.

The provided authorization did not grant sufficient priviledges.