Class: Aws::ConnectParticipant::Types::GetAuthenticationUrlResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_urlString

The URL where the customer will sign in to the identity provider. This URL contains the authorize endpoint for the Cognito UserPool used in the authentication.

Returns:

  • (String)


357
358
359
360
361
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 357

class GetAuthenticationUrlResponse < Struct.new(
  :authentication_url)
  SENSITIVE = []
  include Aws::Structure
end