AwsApiGatewayEventRequestContextIdentity class
API Gateway Event Identity
- Annotations
-
- @JsonSerializable()
Constructors
- AwsApiGatewayEventRequestContextIdentity({String? cognitoIdentityPoolId, String? cognitoAuthenticationProvider, String? cognitoAuthenticationType, String? caller, String? accountId, String? cognitoIdentityId, String? apiKey, String? sourceIp, String? user, String? userAgent, String? userArn})
-
const
-
AwsApiGatewayEventRequestContextIdentity.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accountId → String?
-
final
- apiKey → String?
-
final
- caller → String?
-
final
- cognitoAuthenticationProvider → String?
-
final
- cognitoAuthenticationType → String?
-
final
- cognitoIdentityId → String?
-
final
- cognitoIdentityPoolId → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceIp → String?
-
final
- user → String?
-
final
- userAgent → String?
-
final
- userArn → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited