Show / Hide Table of Contents

Interface IUserPoolClient

Represents a Cognito user pool client.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
Namespace: Amazon.CDK.AWS.Cognito
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IUserPoolClient : IResource, IConstruct, IDependable
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

string

Remarks

Attribute: true

UserPoolClientSecret

The generated client secret.

SecretValue UserPoolClientSecret { get; }
Property Value

SecretValue

Remarks

Only available if the "generateSecret" props is set to true

Attribute: true

Back to top Generated by DocFX