| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2.authorizers |
AWS APIGatewayv2 Authorizers
|
| Modifier and Type | Method and Description |
|---|---|
HttpJwtAuthorizer.Builder |
HttpJwtAuthorizer.Builder.authorizerName(String authorizerName)
(experimental) The name of the authorizer.
|
static HttpJwtAuthorizer.Builder |
HttpJwtAuthorizer.Builder.create() |
HttpJwtAuthorizer.Builder |
HttpJwtAuthorizer.Builder.identitySource(List<String> identitySource)
(experimental) The identity source for which authorization is requested.
|
HttpJwtAuthorizer.Builder |
HttpJwtAuthorizer.Builder.jwtAudience(List<String> jwtAudience)
(experimental) A list of the intended recipients of the JWT.
|
HttpJwtAuthorizer.Builder |
HttpJwtAuthorizer.Builder.jwtIssuer(String jwtIssuer)
(experimental) The base domain of the identity provider that issues JWT.
|
Copyright © 2021. All rights reserved.