Uses of Interface
software.amazon.awscdk.services.apigateway.IAuthorizer
Packages that use IAuthorizer
-
Uses of IAuthorizer in software.amazon.awscdk.services.apigateway
Subinterfaces of IAuthorizer in software.amazon.awscdk.services.apigatewayModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIAuthorizer.Classes in software.amazon.awscdk.services.apigateway that implement IAuthorizerModifier and TypeClassDescriptionclassBase class for all custom authorizers.classCognito user pools based custom authorizer.static final classA proxy class which represents a concrete javascript instance of this type.classRequest-based lambda authorizer that recognizes the caller's identity via request parameters, such as headers, paths, query strings, stage variables, or context variables.classToken based lambda authorizer that recognizes the caller's identity as a bearer token, such as a JSON Web Token (JWT) or an OAuth token.Methods in software.amazon.awscdk.services.apigateway that return IAuthorizerModifier and TypeMethodDescriptiondefault IAuthorizerMethodOptions.getAuthorizer()IfauthorizationTypeisCustom, this specifies the ID of the method authorizer resource.final IAuthorizerMethodOptions.Jsii$Proxy.getAuthorizer()Methods in software.amazon.awscdk.services.apigateway with parameters of type IAuthorizerModifier and TypeMethodDescriptionMethodOptions.Builder.authorizer(IAuthorizer authorizer) Sets the value ofMethodOptions.getAuthorizer()