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

The Validity information for the mobile credential.

Type declaration

  • Optional Readonly expectedUpdate?: Date

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

  • Optional Readonly signed?: Date

    Date indicating when the credential was issued.

  • Readonly validFrom: Date

    Date indicating when the credential becomes valid.

  • Readonly validUntil: Date

    Date indicating when the credential will no longer be valid.

Generated using TypeDoc