◆ GetOTPCode()
override string MsecUnitySdk.DummyMsecSdkClient.GetOTPCode |
( |
double |
timestamp | ) |
|
|
inlinevirtual |
Retrieves an OTP (One-Time Password) code based on a timestamp.
Abstract method to be implemented by derived classes to generate a platform-specific OTP code.
- Parameters
-
timestamp | The timestamp used to generate the OTP code. |
- Returns
- A string representing the OTP code.
Implements MsecUnitySdk.BaseMsecSdkClient.
◆ RegisterCallbacks()
override void MsecUnitySdk.DummyMsecSdkClient.RegisterCallbacks |
( |
| ) |
|
|
inlinevirtual |
Registers callbacks for the SDK.
Abstract method to be implemented by derived classes to set up platform-specific callback mechanisms.
Implements MsecUnitySdk.BaseMsecSdkClient.
◆ VerifyDomainCertificate()
Verifies the certificate of a specified domain and port.
Abstract method to be implemented by derived classes to perform platform-specific certificate verification.
- Parameters
-
domain | The domain name to verify (e.g., "google.com"). |
port | The port number to check (e.g., 443 for HTTPS). |
- Returns
- A DomainCertificateVerificationResult indicating the verification outcome.
Implements MsecUnitySdk.BaseMsecSdkClient.
The documentation for this class was generated from the following file: