Type alias GetCredentialOptions

GetCredentialOptions: {
    fetchUpdatedStatusList?: boolean;
}

Type declaration

  • Optional Readonly fetchUpdatedStatusList?: boolean

    When true, SDK may fetch the latest status list of the credential, if it has one. Otherwise, SDK will rely on the status list it has cached, if available and not expired.

    Default Value

    true
    

Generated using TypeDoc