CognitoCredentials constructor
CognitoCredentials(
- String _identityPoolId,
- CognitoUserPool _pool, {
- String? region,
- String? userPoolId,
Implementation
CognitoCredentials(
this._identityPoolId,
this._pool, {
String? region,
String? userPoolId,
}) : _region = region ?? _pool.getRegion(),
_client = _pool.client;