共用方式為


RawCertificateData interface

原始憑證資料。

屬性

authType

指定驗證類型。

certificate

base64 編碼的憑證原始資料字串

屬性詳細資料

authType

指定驗證類型。

authType?: string

屬性值

string

certificate

base64 編碼的憑證原始資料字串

certificate?: Uint8Array

屬性值

Uint8Array