Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CognitoUserPoolType

Hierarchy

  • CognitoUserPoolType

Implemented by

Index

Properties

client

client: CognitoIdentityProviderClient

clientId

clientId: string

storage

storage: Storage

userPoolId

userPoolId: string

Methods

getClientId

  • getClientId(): string

getCurrentUser

getUserPoolId

  • getUserPoolId(): string

signUp

  • signUp(username: string, password: string, userAttributes: AttributeType[]): Promise<void>
  • Parameters

    • username: string
    • password: string
    • userAttributes: AttributeType[]

    Returns Promise<void>

Generated using TypeDoc