Show / Hide Table of Contents

Class MfaTotpToken

Totp token for MFA

Inheritance
object
MfaTotpToken
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class MfaTotpToken

Properties

TotpToken

Declaration
[JsonProperty(PropertyName = "totpToken")]
public string TotpToken { get; set; }
Property Value
Type Description
string

The Totp token for MFA.

In this article
Back to top