[][src]Trait oauth2::ErrorResponseType

pub trait ErrorResponseType: Clone + Debug + DeserializeOwned + Display + PartialEq + Send + Serialize + Sync { }

Error types enum.

NOTE: The implementation of the Display trait must return the snake_case representation of this error type. This value must match the error type from the relevant OAuth 2.0 standards (RFC 6749 or an extension).

Implementors

impl ErrorResponseType for BasicErrorResponseType[src]

Loading content...