Struct oauth2_github::authorization_code_grant::GithubProviderWithWebApplication [−][src]
pub struct GithubProviderWithWebApplication { /* fields omitted */ }Implementations
pub fn new(
client_id: ClientId,
client_secret: ClientSecret,
redirect_uri: RedirectUri
) -> Result<Self, UrlParseError>
Trait Implementations
Auto Trait Implementations
impl Send for GithubProviderWithWebApplication
impl Sync for GithubProviderWithWebApplication
impl Unpin for GithubProviderWithWebApplication
Blanket Implementations
Mutably borrows from an owned value. Read more