Struct oxide_auth::code_grant::frontend::AuthorizationFlow [] [src]

pub struct AuthorizationFlow<'a> { /* fields omitted */ }

All relevant methods for handling authorization code requests.

Methods

impl<'a> AuthorizationFlow<'a>
[src]

[src]

Initiate an authorization code token flow.

[src]

Add an extension to access token handling.

[src]

React to an authorization code request, handling owner approval with a specified handler.