Get Authorizer Result
Constructors
Properties
Link copied to clipboard
The authorizer's Lambda function ARN.
Link copied to clipboard
When true
, the result from the authorizer's Lambda function is cached for clients that use persistent HTTP connections. The results are cached for the time specified by the Lambda function in refreshAfterInSeconds
. This value doesn't affect authorization of clients that use MQTT connections.
Link copied to clipboard
The status of the authorizer. Valid values: ACTIVE
| INACTIVE
Link copied to clipboard
The key used to extract the token from the HTTP headers.
Link copied to clipboard
The public keys used to validate the token signature returned by your custom authentication service.