Class EnrollSymantecFactorOptions
This class contains all the request parameters for performing an enroll Symantec factor request
Inheritance
System.Object
EnrollSymantecFactorOptions
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.Auth.Sdk
Assembly: Okta.Auth.Sdk.dll
Syntax
public class EnrollSymantecFactorOptions
Properties
CredentialId
Gets or sets the credential id
Declaration
public string CredentialId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The credential id |
NextPassCode
Gets or sets the next pass code
Declaration
public string NextPassCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The next pass code |
PassCode
Gets or sets the pass code
Declaration
public string PassCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The pass code |
Provider
Gets or sets the provider
Declaration
public string Provider { get; set; }
Property Value
Type | Description |
---|---|
System.String | The provider |
StateToken
Gets or sets the state token
Declaration
public string StateToken { get; set; }
Property Value
Type | Description |
---|---|
System.String | The state token |