Class: Aws::ConnectParticipant::Types::GetAuthenticationUrlRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectParticipant::Types::GetAuthenticationUrlRequest
- Includes:
- Structure
- Defined in:
- 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.
341 342 343 344 345 346 347 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 341 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.
341 342 343 344 345 346 347 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 341 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.
341 342 343 344 345 346 347 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 341 class GetAuthenticationUrlRequest < Struct.new( :session_id, :redirect_uri, :connection_token) SENSITIVE = [] include Aws::Structure end |