connectparticipant_get_authentication_url {paws.customer.engagement}R Documentation

Retrieves the AuthenticationUrl for the current authentication session for the AuthenticateCustomer flow block

Description

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.

Usage

connectparticipant_get_authentication_url(
  SessionId,
  RedirectUri,
  ConnectionToken
)

Arguments

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.


[Package paws.customer.engagement version 0.9.0 Index]