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.
399 400 401 402 403 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 399 class GetAuthenticationUrlResponse < Struct.new( :authentication_url) SENSITIVE = [] include Aws::Structure end |