Class: Aws::ConnectParticipant::Types::GetAuthenticationUrlResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectParticipant::Types::GetAuthenticationUrlResponse
- Defined in:
- gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authentication_url ⇒ String
The URL where the customer will sign in to the identity provider.
Instance Attribute Details
#authentication_url ⇒ String
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.
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 |