Struct github_release::ghauth::Authenticator
[−]
[src]
pub struct Authenticator { /* fields omitted */ }A GitHub auth instance.
Methods
impl Authenticator[src]
pub fn new(name: String, config: Config) -> Self[src]
Create a new instance.
pub fn auth(&self) -> Result<Authentication, Error>[src]
Authenticate with GitHub.
Trait Implementations
impl Debug for Authenticator[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more