Ueberauth.Strategy.Github.OAuth.client

You're seeing just the function client, go back to Ueberauth.Strategy.Github.OAuth module for more information.

Construct a client for requests to GitHub.

Optionally include any OAuth2 options here to be merged with the defaults:

Ueberauth.Strategy.Github.OAuth.client(
  redirect_uri: "http://localhost:4000/auth/github/callback"
)

This will be setup automatically for you in Ueberauth.Strategy.Github.

These options are only useful for usage outside the normal callback phase of Ueberauth.