GET
/
sdk
/
{environmentId}
/
providers
/
{providerType}
/
redirect

Path Parameters

environmentId
string
required

ID of the environment

providerType
enum<string>
required

Type of external auth provider

Available options:
emailOnly,
magicLink,
apple,
bitbucket,
coinbasesocial,
discord,
facebook,
farcaster,
github,
gitlab,
google,
instagram,
linkedin,
microsoft,
twitch,
twitter,
blocto,
banxa,
dynamic,
alchemy,
zerodev,
telegram,
turnkey,
coinbaseWaas,
sms

Query Parameters

code
string

Valid oauth code

scope
string
state
string
authuser
string
prompt
string
error
string

Valid oauth error

Response

200 - text/html

The response is of type string.

Was this page helpful?