TestInvokeAuthorizerResponse

Represents the response of the test invoke request for a custom Authorizer

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The authorization response.

Link copied to clipboard

The open identity claims, with any supported custom attributes, returned from the Cognito Your User Pool configured for the API.

Link copied to clipboard

The HTTP status code that the client would have received. Value is 0 if the authorizer succeeded.

Link copied to clipboard

The execution latency, in ms, of the test authorizer request.

Link copied to clipboard
val log: String?

The API Gateway execution log for the test authorizer request.

Link copied to clipboard

The JSON policy document returned by the Authorizer

Link copied to clipboard

The principal identity returned by the Authorizer

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String