ListIdentitiesResponse constructor
ListIdentitiesResponse({
- List<
IdentityDescription> ? identities, - String? identityPoolId,
- String? nextToken,
Implementation
ListIdentitiesResponse({
this.identities,
this.identityPoolId,
this.nextToken,
});