Package ai.vectros.types
Class MintTokenResponse
java.lang.Object
ai.vectros.types.MintTokenResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionstatic MintTokenResponse.TokenStagebuilder()booleanlonggetToken()inthashCode()toString()
-
Method Details
-
getToken
- Returns:
- The opaque bearer token. Send it as
Authorization: Bearer <token>on subsequent requests.
-
getExpiresAt
public long getExpiresAt()- Returns:
- When the token expires, as seconds since the Unix epoch (matches the token's
expclaim).
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-