Uses of Class
software.amazon.awscdk.services.apigatewayv2.authorizers.HttpJwtAuthorizer.Builder
Package
Description
AWS APIGatewayv2 Authorizers
-
Uses of HttpJwtAuthorizer.Builder in software.amazon.awscdk.services.apigatewayv2.authorizers
Modifier and TypeMethodDescriptionHttpJwtAuthorizer.Builder.authorizerName
(String authorizerName) (experimental) The name of the authorizer.static HttpJwtAuthorizer.Builder
HttpJwtAuthorizer.Builder.identitySource
(List<String> identitySource) (experimental) The identity source for which authorization is requested.HttpJwtAuthorizer.Builder.jwtAudience
(List<String> jwtAudience) (experimental) A list of the intended recipients of the JWT.