Show / Hide Table of Contents

Class MfaTotpToken

Totp token for MFA

Inheritance
System.Object
MfaTotpToken
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class MfaTotpToken : object

Properties

TotpToken

Declaration
public string TotpToken { get; set; }
Property Value
Type Description
System.String

The Totp token for MFA.

In This Article
Back to top