AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the UpdateParticipantAuthentication operation. Instructs Amazon Connect to resume the authentication process. The subsequent actions depend on the request body contents:

The API returns a success response to acknowledge the request. However, the interaction and exchange of identity information occur asynchronously after the response is returned.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Connect.AmazonConnectRequest
      Amazon.Connect.Model.UpdateParticipantAuthenticationRequest

Namespace: Amazon.Connect.Model
Assembly: AWSSDK.Connect.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateParticipantAuthenticationRequest : AmazonConnectRequest
         IAmazonWebServiceRequest

The UpdateParticipantAuthenticationRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Code System.String

Gets and sets the property Code.

The code query parameter provided by Cognito in the redirectUri.

Public Property Error System.String

Gets and sets the property Error.

The error query parameter provided by Cognito in the redirectUri.

Public Property ErrorDescription System.String

Gets and sets the property ErrorDescription.

The error_description parameter provided by Cognito in the redirectUri.

Public Property InstanceId System.String

Gets and sets the property InstanceId.

The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Public Property State System.String

Gets and sets the property State.

The state query parameter that was provided by Cognito in the redirectUri. This will also match the state parameter provided in the AuthenticationUrl from the GetAuthenticationUrl response.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5