API version:
Show / Hide Table of Contents

Interface IPushUserFactor

Represents a PushUserFactor resource in the Okta API.

Inherited Members
IUserFactor.Created
IUserFactor.FactorType
IUserFactor.Id
IUserFactor.LastUpdated
IUserFactor.Provider
IUserFactor.Status
IUserFactor.Verify
IUserFactor.ActivateAsync(IActivateFactorRequest, String, CancellationToken)
IUserFactor.VerifyAsync(IVerifyFactorRequest, String, String, Nullable<Int32>, CancellationToken)
IResource.Item[String]
IResource.GetArrayProperty<T>(String)
IResource.GetData()
IResource.SetProperty(String, Object)
IResource.GetProperty<T>(String)
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
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.