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

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

All relevant methods for granting access token from authorization codes.

Methods

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

[src]

Initiate an access token flow.

[src]

Add an extension to access token handling.

[src]

Construct a response containing the access token or an error message.