Interface IUserPoolAuthenticationProviderBindConfig
Represents a UserPoolAuthenticationProvider Bind Configuration.
Namespace: Amazon.CDK.AWS.Cognito.Identitypool
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IUserPoolAuthenticationProviderBindConfig
Syntax (vb)
Public Interface IUserPoolAuthenticationProviderBindConfig
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Cognito.Identitypool;
var userPoolAuthenticationProviderBindConfig = new UserPoolAuthenticationProviderBindConfig {
ClientId = "clientId",
ProviderName = "providerName",
ServerSideTokenCheck = false
};
Synopsis
Properties
Client |
Client Id of the Associated User Pool Client. |
Provider |
The identity providers associated with the UserPool. |
Server |
Whether to enable the identity pool's server side token check. |
Properties
ClientId
Client Id of the Associated User Pool Client.
string ClientId { get; }
Property Value
System.
ProviderName
The identity providers associated with the UserPool.
string ProviderName { get; }
Property Value
System.
ServerSideTokenCheck
Whether to enable the identity pool's server side token check.
bool ServerSideTokenCheck { get; }
Property Value
System.