Class: Aws::ConnectParticipant::Types::GetAuthenticationUrlRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectParticipant::Types::GetAuthenticationUrlRequest
- Defined in:
- gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_token ⇒ String
The authentication token associated with the participant's connection.
-
#redirect_uri ⇒ String
The URL where the customer will be redirected after Amazon Cognito authorizes the user.
-
#session_id ⇒ String
The sessionId provided in the authenticationInitiated event.
Instance Attribute Details
#connection_token ⇒ String
The authentication token associated with the participant's connection.
402 403 404 405 406 407 408 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 402 class GetAuthenticationUrlRequest < Struct.new( :session_id, :redirect_uri, :connection_token) SENSITIVE = [] include Aws::Structure end |
#redirect_uri ⇒ String
The URL where the customer will be redirected after Amazon Cognito authorizes the user.
402 403 404 405 406 407 408 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 402 class GetAuthenticationUrlRequest < Struct.new( :session_id, :redirect_uri, :connection_token) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The sessionId provided in the authenticationInitiated event.
402 403 404 405 406 407 408 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 402 class GetAuthenticationUrlRequest < Struct.new( :session_id, :redirect_uri, :connection_token) SENSITIVE = [] include Aws::Structure end |