Package ai.vectros.types
Class TokenAssumeResponse
java.lang.Object
ai.vectros.types.TokenAssumeResponse
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic TokenAssumeResponse.Builderbuilder()booleaninthashCode()toString()
-
Method Details
-
getAccessToken
- Returns:
- The re-minted Vectros scoped token — every claim identical to the presented token except
identity.<namespace>, includingexp(seeexpires_in).
-
getTokenType
- Returns:
- Always
Bearer.
-
getExpiresIn
- Returns:
- Seconds until expiry. ALWAYS the presented token's own remaining lifetime — assuming a namespace value never resets or extends it.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-