Struct github_auth::Builder[][src]

pub struct Builder { /* fields omitted */ }

Create a new Authenticator instance.

Methods

impl Builder
[src]

Create a new instance.

Set a custom note for the token stored on GitHub. Defaults to mentioning the token name.

Add a scope. Read more.

Finalize the builder, and return an Authenticator instance.

Trait Implementations

impl Debug for Builder
[src]

Formats the value using the given formatter. Read more

impl Default for Builder
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Builder

impl Sync for Builder