ValidityInfo: {
    expectedUpdate?: DateTime;
    signed?: DateTime;
    validFrom: DateTime;
    validUntil: DateTime;
}

The Validity information for the mobile credential.

Type declaration

  • Optional Readonly expectedUpdate?: DateTime

    Date indicating when an update for the credential will be available.

  • Optional Readonly signed?: DateTime

    Date indicating when the credential was issued.

  • Readonly validFrom: DateTime

    Date indicating when the credential becomes valid.

  • Readonly validUntil: DateTime

    Date indicating when the credential will no longer be valid.

Generated using TypeDoc