Class AddCustomHotpFactorOptions
Custom HMAC-based One-Time Password (HOTP) factor options
Inheritance
System.Object
AddCustomHotpFactorOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public class AddCustomHotpFactorOptions
Properties
FactorProfileId
Gets or sets the Factor Profile id
Declaration
public string FactorProfileId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProfileSharedSecret
Gets or sets the shared secret for a particular token
Declaration
public string ProfileSharedSecret { get; set; }
Property Value
Type | Description |
---|---|
System.String |