createUrlForOAuthSignIn()
Description
Generate a sign-in link with a selected OAUTH provider.
Request
Parameters
Field | Required | Data Type | Description |
---|---|---|---|
providerId | string |
| |
callBackUri | string |
Example
Response
Parameters
Field | Data Type | Description |
---|---|---|
authUri | string | The authorization URI for the requested provider. This is where the user needs to be redirected to complete the OAUTH sign-in with the provider. |
providerId | string | The provider ID from the request. |
sessionId | string | The session ID from the request. It is used to prevent session fixation attacks. This property will be used for the signInOAuth() method. |
Example
Last updated