Skip to content

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.

Usage

connectparticipant_cancel_participant_authentication(SessionId,
  ConnectionToken)

Arguments

SessionId

[required] The sessionId provided in the authenticationInitiated event.

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"
)