sdk
Oauth provider authorization endpoint
Endpoint where an oauth provider would return authorization HTML used for mobile-friendly login, such as Apple ID with Touch ID on enabled devices.
GET
/
sdk
/
{environmentId}
/
providers
/
{providerType}
/
authorizeHtml
Authorization
Path
Query
curl --request GET \
--url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/providers/{providerType}/authorizeHtml
"<string>"
Path Parameters
environmentId
string
requiredID of the environment
providerType
enum<string>
requiredType of external auth provider
Available options:
emailOnly
, magicLink
, apple
, bitbucket
, discord
, facebook
, github
, gitlab
, google
, instagram
, linkedin
, microsoft
, twitch
, twitter
, blocto
, banxa
, dynamic
, alchemy
, zerodev
, turnkey
Query Parameters
scope
string
state
string
redirect_uri
string
Response
200 - text/html
The response is of type string
.
curl --request GET \
--url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/providers/{providerType}/authorizeHtml
"<string>"