interface Identity {
    expiration?: Date;
}

Hierarchy (view full)

Properties

Properties

expiration?: Date

A Date when the identity or credential will no longer be accepted.