RawCertificateData interface
Nezpracovaná data certifikátu.
Vlastnosti
auth |
Určuje typ ověřování. |
certificate | Řetězec nezpracovaných dat certifikátu kódovaný jako base64 |
Podrobnosti vlastnosti
authType
Určuje typ ověřování.
authType?: string
Hodnota vlastnosti
string
certificate
Řetězec nezpracovaných dat certifikátu kódovaný jako base64
certificate?: Uint8Array
Hodnota vlastnosti
Uint8Array