formattedExpiryTime method

String formattedExpiryTime()

Gets formatted expiry time

Implementation

String formattedExpiryTime() {
  return expiresAt.toDate().toString();
}