Java com.amazonaws.services.cognitoidp.model CreateUserPoolClientRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.cognitoidp.model CreateUserPoolClientRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.cognitoidp.model CreateUserPoolClientRequest.

The text is from its open source code.

Constructor

Method

voidsetClientName(String clientName)

The client name for the user pool client you would like to create.

voidsetExplicitAuthFlows(java.util.Collection explicitAuthFlows)

The authentication flows that are supported by the user pool clients.

voidsetGenerateSecret(Boolean generateSecret)

Boolean to specify whether you want to generate a secret for the user pool client being created.

voidsetUserPoolId(String userPoolId)

The user pool ID for the user pool where you want to create a user pool client.