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

pub enum CodeError {
    Ignore,
    Redirect(ErrorUrl),
}

Defines the correct treatment of the error. Not all errors are signalled to the requesting party, especially when impersonation is possible it is integral for security to resolve the error internally instead of redirecting the user agent to a possibly crafted and malicious target.

Variants

Ignore the request entirely

Redirect to the given url