Package ai.vectros.types
Class JwksResponse.Builder
java.lang.Object
ai.vectros.types.JwksResponse.Builder
- Enclosing class:
JwksResponse
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()from(JwksResponse other) The set of JSON Web Keys.
-
Method Details
-
from
-
keys
The set of JSON Web Keys. Today this contains a single P-256 EC public key; the array can hold more than one key during a rotation.
-
keys
-
build
-
additionalProperty
-
additionalProperties
-