Companion

object Companion

Functions

none
Link copied to clipboard
fun none(): Expiry
The document will never expire.
of
Link copied to clipboard
fun of(duration: Duration): Expiry
The document will expire after the given duration.
fun of(instant: Instant): Expiry
The document will expire at the given instant.
ofDays
Link copied to clipboard
fun ofDays(days: Long): Expiry
The document will expire after the given number of days.
ofHours
Link copied to clipboard
fun ofHours(hours: Long): Expiry
The document will expire after the given number of hours.
ofMinutes
Link copied to clipboard
fun ofMinutes(minutes: Long): Expiry
The document will expire after the given number of minutes.
ofSeconds
Link copied to clipboard
fun ofSeconds(seconds: Long): Expiry
The document will expire after the given number of seconds.