Class MfaTotpToken
Totp token for MFA
Inherited Members
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. |