• Gets user data from GitHub

    Parameters

    • options: github.AuthOptions

      Options that's used when getting user data from GitHub.

    • Optional client_secret: string

      Defaults to undefined, if you don't pass a client_secret API will use Wix Secret Manager to find client_secret named as GitHubClientSecret.

    • Optional access_token: string

      Defaults to undefined, if you don't pass a access_token API will get new one each time.

    Returns Promise<AuthResponse>

Generated using TypeDoc