View source: R/connectparticipant_operations.R
connectparticipant_get_authentication_url | R Documentation |
Retrieves the AuthenticationUrl for the current authentication session for the AuthenticateCustomer flow block.
See https://www.paws-r-sdk.com/docs/connectparticipant_get_authentication_url/ for full documentation.
connectparticipant_get_authentication_url(
SessionId,
RedirectUri,
ConnectionToken
)
SessionId |
[required] The sessionId provided in the authenticationInitiated event. |
RedirectUri |
[required] The URL where the customer will be redirected after Amazon Cognito authorizes the user. |
ConnectionToken |
[required] The authentication token associated with the participant's connection. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.