共用方式為


RawCertificateData interface

原始憑證數據。

屬性

authType

指定驗證類型。

certificate

base64 編碼的憑證原始數據字串

屬性詳細資料

authType

指定驗證類型。

authType?: string

屬性值

string

certificate

base64 編碼的憑證原始數據字串

certificate?: Uint8Array

屬性值

Uint8Array