Uses of Interface
software.amazon.awscdk.services.apigatewayv2.authorizers.HttpJwtAuthorizerProps
Package
Description
AWS APIGatewayv2 Authorizers
-
Uses of HttpJwtAuthorizerProps in software.amazon.awscdk.services.apigatewayv2.authorizers
Modifier and TypeMethodDescriptionHttpJwtAuthorizerProps.Builder.build()
Builds the configured instance.ModifierConstructorDescriptionHttpJwtAuthorizer
(String id, String jwtIssuer, HttpJwtAuthorizerProps props) (experimental) Initialize a JWT authorizer to be bound with HTTP route.