Trait oauth2::ErrorResponse

source ·
pub trait ErrorResponse: Debug + DeserializeOwned + Serialize { }
Expand description

Server Error Response

This trait exists separately from the StandardErrorResponse struct to support customization by clients, such as supporting interoperability with non-standards-complaint OAuth2 providers

Implementors§