Class EnrollSmsFactorOptions
This class contains all the request parameters for performing an enroll SMS factor request
Inheritance
System.Object
EnrollSmsFactorOptions
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 EnrollSmsFactorOptions
Properties
FactorId
Gets or sets the factor id
Declaration
public string FactorId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The factor id |
PhoneExtension
Gets or sets the phone extension
Declaration
public string PhoneExtension { get; set; }
Property Value
Type | Description |
---|---|
System.String | The phone extension |
PhoneNumber
Gets or sets the phone number
Declaration
public string PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The phone number |
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 |