Class 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 Detail

      • ApiGatewayAuthorizerContext

        public ApiGatewayAuthorizerContext()