Interface IVerifyUserFactorResponse
Represents a VerifyUserFactorResponse resource in the Okta API.
Assembly: Okta.Sdk.dll
Syntax
public interface IVerifyUserFactorResponse : IResource
Properties
ExpiresAt
Declaration
DateTimeOffset? ExpiresAt { get; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
FactorResult
Declaration
string FactorResult { get; set; }
Property Value
Type |
Description |
System.String |
|
FactorResultMessage
Declaration
string FactorResultMessage { get; set; }
Property Value
Type |
Description |
System.String |
|