Class Factor
This class represents a factor
Inherited Members
Namespace: Okta.Auth.Sdk
Assembly: Okta.Auth.Sdk.dll
Syntax
public class Factor : Resource
Properties
Embedded
Gets the embedded
Declaration
public Resource Embedded { get; }
Property Value
Type | Description |
---|---|
Resource | The embedded |
Enrollment
Gets the enrollment
Declaration
public string Enrollment { get; }
Property Value
Type | Description |
---|---|
System.String | The enrollment |
Id
Gets the factor id
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
System.String | The factor id |
Links
Gets the links
Declaration
public Resource Links { get; }
Property Value
Type | Description |
---|---|
Resource | The links |
Profile
Gets the profile
Declaration
public Resource Profile { get; }
Property Value
Type | Description |
---|---|
Resource | The profile |
Provider
Gets the provider
Declaration
public string Provider { get; }
Property Value
Type | Description |
---|---|
System.String | The provider |
Status
Gets the status
Declaration
public FactorStatus Status { get; }
Property Value
Type | Description |
---|---|
FactorStatus | The status |
Type
Gets the factor type
Declaration
public string Type { get; }
Property Value
Type | Description |
---|---|
System.String | The factor type |
VendorName
Gets the vendor name
Declaration
public string VendorName { get; }
Property Value
Type | Description |
---|---|
System.String | The vendor name |