Package ai.vectros.types
Interface MintTokenResponse.ExpiresAtStage
- All Known Implementing Classes:
MintTokenResponse.Builder
- Enclosing class:
MintTokenResponse
public static interface MintTokenResponse.ExpiresAtStage
-
Method Summary
Modifier and TypeMethodDescriptionexpiresAt(long expiresAt) When the token expires, as seconds since the Unix epoch (matches the token'sexpclaim).
-
Method Details
-
expiresAt
When the token expires, as seconds since the Unix epoch (matches the token's
expclaim).
-