| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
JWTConfiguration |
JWTConfiguration.clone() |
JWTConfiguration |
Authorizer.getJwtConfiguration()
Represents the configuration of a JWT authorizer.
|
JWTConfiguration |
UpdateAuthorizerResult.getJwtConfiguration()
Represents the configuration of a JWT authorizer.
|
JWTConfiguration |
UpdateAuthorizerRequest.getJwtConfiguration()
Represents the configuration of a JWT authorizer.
|
JWTConfiguration |
GetAuthorizerResult.getJwtConfiguration()
Represents the configuration of a JWT authorizer.
|
JWTConfiguration |
CreateAuthorizerResult.getJwtConfiguration()
Represents the configuration of a JWT authorizer.
|
JWTConfiguration |
CreateAuthorizerRequest.getJwtConfiguration()
Represents the configuration of a JWT authorizer.
|
JWTConfiguration |
JWTConfiguration.withAudience(Collection<String> audience)
A list of the intended recipients of the JWT.
|
JWTConfiguration |
JWTConfiguration.withAudience(String... audience)
A list of the intended recipients of the JWT.
|
JWTConfiguration |
JWTConfiguration.withIssuer(String issuer)
The base domain of the identity provider that issues JSON Web Tokens.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Authorizer.setJwtConfiguration(JWTConfiguration jwtConfiguration)
Represents the configuration of a JWT authorizer.
|
void |
UpdateAuthorizerResult.setJwtConfiguration(JWTConfiguration jwtConfiguration)
Represents the configuration of a JWT authorizer.
|
void |
UpdateAuthorizerRequest.setJwtConfiguration(JWTConfiguration jwtConfiguration)
Represents the configuration of a JWT authorizer.
|
void |
GetAuthorizerResult.setJwtConfiguration(JWTConfiguration jwtConfiguration)
Represents the configuration of a JWT authorizer.
|
void |
CreateAuthorizerResult.setJwtConfiguration(JWTConfiguration jwtConfiguration)
Represents the configuration of a JWT authorizer.
|
void |
CreateAuthorizerRequest.setJwtConfiguration(JWTConfiguration jwtConfiguration)
Represents the configuration of a JWT authorizer.
|
Authorizer |
Authorizer.withJwtConfiguration(JWTConfiguration jwtConfiguration)
Represents the configuration of a JWT authorizer.
|
UpdateAuthorizerResult |
UpdateAuthorizerResult.withJwtConfiguration(JWTConfiguration jwtConfiguration)
Represents the configuration of a JWT authorizer.
|
UpdateAuthorizerRequest |
UpdateAuthorizerRequest.withJwtConfiguration(JWTConfiguration jwtConfiguration)
Represents the configuration of a JWT authorizer.
|
GetAuthorizerResult |
GetAuthorizerResult.withJwtConfiguration(JWTConfiguration jwtConfiguration)
Represents the configuration of a JWT authorizer.
|
CreateAuthorizerResult |
CreateAuthorizerResult.withJwtConfiguration(JWTConfiguration jwtConfiguration)
Represents the configuration of a JWT authorizer.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withJwtConfiguration(JWTConfiguration jwtConfiguration)
Represents the configuration of a JWT authorizer.
|
Copyright © 2023. All rights reserved.