Struct elefren::registration::Registered[][src]

pub struct Registered<H: HttpSend> { /* fields omitted */ }

Represents the state of the auth flow when the app has been registered but the user is not authenticated

Methods

impl<H: HttpSend> Registered<H>
[src]

Returns the full url needed for authorisation. This needs to be opened in a browser.

Create an access token from the client id, client secret, and code provided by the authorisation url.

Trait Implementations

impl<H: Debug + HttpSend> Debug for Registered<H>
[src]

Formats the value using the given formatter. Read more

impl<H: Clone + HttpSend> Clone for Registered<H>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<H> Send for Registered<H> where
    H: Send

impl<H> Sync for Registered<H> where
    H: Sync