Struct oxide_auth::frontends::simple::endpoint::ErrorInto [−][src]
pub struct ErrorInto<E, Error>(_, _);Expand description
A simple wrapper around an Endpoint to change it’s error type into anything Into-able.
Implementations
Trait Implementations
type Error = Error
type Error = Error
The error typed used as the error representation of each flow.
A registrar if this endpoint can access one. Read more
An authorizer if this endpoint can access one. Read more
An issuer if this endpoint can access one. Read more
Return the system that checks owner consent. Read more
Determine the required scopes for a request. Read more
Generate a prototype response. Read more
Wrap an error.
Wrap an error in the request/response types.