Class ApiGatewayAuthorizerContext

java.lang.Object
io.quarkus.amazon.lambda.http.model.ApiGatewayAuthorizerContext

public class ApiGatewayAuthorizerContext extends Object
Context object used for custom authorizers and Cognito User Pool authorizers. Custom authorizers populate the principalId field. All other custom values returned by the authorizer are accessible via the getContextValue method. Cognito User Pool authorizers populate the claims object.
  • Constructor Details

    • ApiGatewayAuthorizerContext

      public ApiGatewayAuthorizerContext()
  • Method Details