Struct github_auth::Authenticator[][src]

pub struct Authenticator { /* fields omitted */ }

A GitHub auth instance.

Methods

impl Authenticator
[src]

Create a new instance with no scopes allowed.

Create a new instance and configure it.

Get the location at which the token is stored.

Remove the token from the local storage.

Authenticate with GitHub.

Trait Implementations

impl Debug for Authenticator
[src]

Formats the value using the given formatter. Read more

impl Default for Authenticator
[src]

Create a new instance of

Auto Trait Implementations