FederateToIdentityPoolResult.fromJson constructor

FederateToIdentityPoolResult.fromJson(
  1. Map<String, Object?> json
)

The result of calling AmplifyAuthCognitoDart.federateToIdentityPool.

A successful result will include the identity ID and AWS credential retrieved from the configured Cognito Identity Pool.

Implementation

factory FederateToIdentityPoolResult.fromJson(Map<String, Object?> json) =>
    _$FederateToIdentityPoolResultFromJson(json);