Class: Aws::ConnectParticipant::Types::GetAuthenticationUrlRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connectparticipant/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_tokenString

The authentication token associated with the participant’s connection.

Returns:

  • (String)


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_uriString

The URL where the customer will be redirected after Amazon Cognito authorizes the user.

Returns:

  • (String)


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_idString

The sessionId provided in the authenticationInitiated event.

Returns:

  • (String)


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