Configuration for the ephemeral token expiration.

interface ExpiresAt {
    anchor?: "created_at";
    seconds?: number;
}

Properties

Properties

anchor?: "created_at"

The anchor point for the ephemeral token expiration. Only created_at is currently supported.

seconds?: number

The number of seconds from the anchor point to the expiration. Select a value between 10 and 7200.