VerificationCodeResponseProperties interface
Properties
certificate | base-64 representation of X509 certificate .cer file or just .pem file content. |
created | Certificate created time. |
expiry | Code expiry. |
is |
Indicate if the certificate is verified by owner of private key. |
subject | Certificate subject. |
thumbprint | Certificate thumbprint. |
updated | Certificate updated time. |
verification |
Verification code. |
Property Details
certificate
base-64 representation of X509 certificate .cer file or just .pem file content.
certificate?: Uint8Array
Property Value
Uint8Array
created
Certificate created time.
created?: string
Property Value
string
expiry
Code expiry.
expiry?: string
Property Value
string
isVerified
Indicate if the certificate is verified by owner of private key.
isVerified?: boolean
Property Value
boolean
subject
Certificate subject.
subject?: string
Property Value
string
thumbprint
Certificate thumbprint.
thumbprint?: string
Property Value
string
updated
Certificate updated time.
updated?: string
Property Value
string
verificationCode
Verification code.
verificationCode?: string
Property Value
string