Interface TokenRevocationSuccessResult

Contains information about the result of a successful token revocation request for a single target specifier.

Hierarchy

  • TokenRevocationSuccessResult

Properties

appliesAt: number

The time at which the token revocation will take effect, as a Unix timestamp in milliseconds.

issuedBefore: number

A Unix timestamp in milliseconds. Only tokens issued earlier than this time will be revoked.

target: string

The target specifier.

Generated using TypeDoc