Interface IUserPoolClient
Represents a Cognito user pool client.
Namespace: Amazon.CDK.AWS.Cognito
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IUserPoolClient : IResource
Syntax (vb)
Public Interface IUserPoolClient
Inherits IResource, IConstruct, IDependable
Synopsis
Properties
UserPoolClientId | Name of the application client. |
UserPoolClientSecret | The generated client secret. |
Properties
UserPoolClientId
Name of the application client.
string UserPoolClientId { get; }
Property Value
System.String
Remarks
Attribute: true
UserPoolClientSecret
The generated client secret.
SecretValue UserPoolClientSecret { get; }
Property Value
Remarks
Only available if the "generateSecret" props is set to true
Attribute: true