Interface IPushUserFactor
Represents a PushUserFactor resource in the Okta API.
Inherited Members
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public interface IPushUserFactor : IUserFactor, IResource
Properties
ExpiresAt
Declaration
DateTimeOffset? ExpiresAt { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
FactorResult
Declaration
FactorResultType FactorResult { get; set; }
Property Value
Type | Description |
---|---|
FactorResultType |
Profile
Declaration
IPushUserFactorProfile Profile { get; set; }
Property Value
Type | Description |
---|---|
IPushUserFactorProfile |