Enum oxide_auth::endpoint::ResponseStatus [−][src]
pub enum ResponseStatus {
Unauthorized,
Redirect,
BadRequest,
Ok,
}Expand description
The general manner of the response.
These are parallels for HTTP status codes of the same name.
Variants
The response is issued because the requesting party was not authorized.
The response redirects in the code grant flow.
The request was malformed.
This response is normal and expected.
Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for ResponseStatus
impl Send for ResponseStatus
impl Sync for ResponseStatus
impl Unpin for ResponseStatus
impl UnwindSafe for ResponseStatus
Blanket Implementations
Mutably borrows from an owned value. Read more