Cancel Participant Authentication
| connectparticipant_cancel_participant_authentication | R Documentation |
Cancels the authentication session¶
Description¶
Cancels the authentication session. The opted out branch of the Authenticate Customer flow block will be taken.
The current supported channel is chat. This API is not supported for Apple Messages for Business, WhatsApp, or SMS chats.
ConnectionToken is used for invoking this API instead of
ParticipantToken.
The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
Usage¶
connectparticipant_cancel_participant_authentication(SessionId,
ConnectionToken)
Arguments¶
SessionId |
[required] The |
ConnectionToken |
[required] The authentication token associated with the participant's connection. |
Value¶
An empty list.
Request syntax¶
svc$cancel_participant_authentication(
SessionId = "string",
ConnectionToken = "string"
)