Service to authenticate users and retrieve GitHub session access tokens.

Constructors

Methods

Constructors

Methods

  • Retrieves a GitHub authentication session with the required scopes. If no session exists, prompts the user to create one.

    Returns Promise<AuthenticationSession>

    A promise that resolves to the GitHub authentication session.

    An error if the GitHub authentication session cannot be retrieved.