FederateToIdentityPoolRequest class

Annotations
  • @zAmplifySerializable

Constructors

FederateToIdentityPoolRequest({required String token, required AuthProvider provider, FederateToIdentityPoolOptions? options})
Encapsulates a request to AmplifyAuthCognitoDart.federateToIdentityPool.
const
FederateToIdentityPoolRequest.fromJson(Map<String, Object?> json)
Encapsulates a request to AmplifyAuthCognitoDart.federateToIdentityPool.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
options FederateToIdentityPoolOptions?
Additional options for the request.
final
props List<Object?>
The type's equatable properties.
no setter
provider AuthProvider
The identity provider, as configured in your identity pool.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String
The token issued by provider.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
Serializes this as a JSON object.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited