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.
418 419 420 421 422 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 418 class GetAuthenticationUrlResponse < Struct.new( :authentication_url) SENSITIVE = [] include Aws::Structure end |