Skip to main content
Data Class
data class ApiKey(val expiresAt: Long? = null) : DelegatedSigner

Constructors

constructor(expiresAt: Long? = null)

Properties

expiresAt

open override val expiresAt: Long? = null
Optional expiration timestamp in milliseconds since Unix epoch. If set, the delegated signer will expire at this time.