TestInvokeAuthorizerResponse class
Represents the response of the test invoke request for a custom Authorizer
Constructors
Properties
-
final
-
claims
→ Map<
String, String> ? -
The open
identity claims, with any supported custom attributes, returned from the
Cognito Your User Pool configured for the API.
final
- clientStatus → int?
-
The HTTP status code that the client would have received. Value is 0 if the
authorizer succeeded.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- latency → int?
-
The execution latency of the test authorizer request.
final
- log → String?
-
The API Gateway execution log for the test authorizer request.
final
- policy → String?
-
The JSON policy document returned by the Authorizer
final
- principalId → String?
-
The principal identity returned by the Authorizer
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited