| Package | Description |
|---|---|
| com.amazonaws.services.ssoadmin.model |
| Modifier and Type | Method and Description |
|---|---|
static JwksRetrievalOption |
JwksRetrievalOption.fromValue(String value)
Use this in place of valueOf.
|
static JwksRetrievalOption |
JwksRetrievalOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JwksRetrievalOption[] |
JwksRetrievalOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OidcJwtUpdateConfiguration |
OidcJwtUpdateConfiguration.withJwksRetrievalOption(JwksRetrievalOption jwksRetrievalOption)
The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a JWT.
|
OidcJwtConfiguration |
OidcJwtConfiguration.withJwksRetrievalOption(JwksRetrievalOption jwksRetrievalOption)
The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a JWT.
|
Copyright © 2025. All rights reserved.