MobileCredential: {
    branding?: MobileCredentialBranding;
    claims: MobileCredentialClaims;
    docType: DocType;
    id: string;
    issuerInfo: IssuerInfo;
    validityInfo: ValidityInfo;
    verificationResult?: VerificationResult;
}

Represents an issued mobile credential.

Type declaration

  • Optional Readonly branding?: MobileCredentialBranding

    Mobile Credential branding information including text, image data, colours

  • Readonly claims: MobileCredentialClaims

    Json representation of mobile credential claim data. Mapped to cbor in the signed credential.

  • Readonly docType: DocType

    A docType identifier. Usually in dot separated format, ie. org.iso.18013.5.1.mDL.

  • Readonly id: string

    Uuid identifying the mobile credential

  • Readonly issuerInfo: IssuerInfo

    Object containing identifiers of the issuer of the mobile credential

  • Readonly validityInfo: ValidityInfo

    Object containing dates specifying the mobile credential validity period

  • Optional Readonly verificationResult?: VerificationResult

    Result of mobile credential verification indicating whether or not the process was successful and why.

Generated using TypeDoc