Table of Contents

Class OTPCredential

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
NOTE
Experimental
The OTPCredential interface of the 'WebOTP API' is returned when a WebOTP Get(CredentialRequestOptions) call (i.e., invoked with an otp option) fulfills. It includes a code property that contains the retrieved one-time password (OTP).
[Value("OTPCredential")]
public class OTPCredential : Credential
Inheritance
OTPCredential
Inherited Members

Remarks

Constructors

OTPCredential()

public OTPCredential()

Properties

Code

NOTE
Experimental
The code read-only property of the OTPCredential interface contains the one-time password (OTP).
[Value("code")]
public string Code { get; }

Property Value

string

A string containing the OTP.

Remarks