Struct oxide_auth::code_grant::frontend::GrantFlow
[−]
[src]
pub struct GrantFlow;
Methods
impl GrantFlow[src]
fn prepare<W: WebRequest>(req: &mut W) -> Result<PreparedGrant<W>, OAuthError>[src]
fn handle<Req>(
issuer: IssuerRef,
prepared: PreparedGrant<Req>
) -> Result<Req::Response, OAuthError> where
Req: WebRequest, [src]
issuer: IssuerRef,
prepared: PreparedGrant<Req>
) -> Result<Req::Response, OAuthError> where
Req: WebRequest,