userPool property
CognitoUserPool?
userPool
latefinal
The cognito.CognitoUserPool using the cognitoClient and underlying
httpClient for authentication. This can be used in custom Cognito
calls by a derived API.
Implementation
late final cognito.CognitoUserPool? userPool;