[][src]Trait openidconnect::ErrorResponse

pub trait ErrorResponse: Send + Sync + Debug + DeserializeOwned + Serialize { }

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

impl<T> ErrorResponse for StandardErrorResponse<T> where
    T: ErrorResponseType + 'static, 
[src]

Loading content...