Interface MintTokenResponse.ExpiresAtStage

All Known Implementing Classes:
MintTokenResponse.Builder
Enclosing class:
MintTokenResponse

public static interface MintTokenResponse.ExpiresAtStage
  • Method Summary

    Modifier and Type
    Method
    Description
    expiresAt(long expiresAt)
    When the token expires, as seconds since the Unix epoch (matches the token's exp claim).
  • Method Details

    • expiresAt

      MintTokenResponse._FinalStage expiresAt(long expiresAt)

      When the token expires, as seconds since the Unix epoch (matches the token's exp claim).