Struct github_auth::Authenticator [] [src]

pub struct Authenticator { /* fields omitted */ }

A GitHub auth instance.

Methods

impl Authenticator
[src]

[src]

Create a new instance.

[src]

Create a new instance and configure it.

[src]

Get the location at which the token is stored.

[src]

Authenticate with GitHub.

Trait Implementations

impl Debug for Authenticator
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Authenticator
[src]

[src]

Create a new instance of

Auto Trait Implementations

impl Send for Authenticator

impl Sync for Authenticator