Package ai.vectros.types
Class TokenAssumeResponse.Builder
java.lang.Object
ai.vectros.types.TokenAssumeResponse.Builder
- Enclosing class:
TokenAssumeResponse
-
Method Summary
Modifier and TypeMethodDescriptionaccessToken(String accessToken) accessToken(Optional<String> accessToken) The re-minted Vectros scoped token — every claim identical to the presented token exceptidentity.<namespace>, includingexp(seeexpires_in).additionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()Seconds until expiry.from(TokenAssumeResponse other) AlwaysBearer.
-
Method Details
-
from
-
accessToken
The re-minted Vectros scoped token — every claim identical to the presented token except
identity.<namespace>, includingexp(seeexpires_in). -
accessToken
-
tokenType
Always
Bearer. -
tokenType
-
expiresIn
Seconds until expiry. ALWAYS the presented token's own remaining lifetime — assuming a namespace value never resets or extends it.
-
expiresIn
-
build
-
additionalProperty
-
additionalProperties
-