Skip to main content

Handle provider authentication callback

GET 

/auth/:providerName/callback

Handle provider authentication callback

Request

Path Parameters

    providerName stringrequired

    Possible values: [discord, facebook, google, twitch, twitter, ultra]

    The name of the identity provider. Allowed values are: discord, facebook, google, twitch, twitter, ultra

Responses

Tokens successfully generated

Schema

    refresh_token string
    access_token string
Loading...