API version:
Show / Hide Table of Contents

Interface ILogAuthenticationContext

Represents a LogAuthenticationContext resource in the Okta API.

Inherited Members
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 ILogAuthenticationContext : IResource

Properties

AuthenticationProvider

Declaration
LogAuthenticationProvider AuthenticationProvider { get; }
Property Value
Type Description
LogAuthenticationProvider

AuthenticationStep

Declaration
int? AuthenticationStep { get; }
Property Value
Type Description
System.Nullable<System.Int32>

CredentialProvider

Declaration
LogCredentialProvider CredentialProvider { get; set; }
Property Value
Type Description
LogCredentialProvider

CredentialType

Declaration
LogCredentialType CredentialType { get; set; }
Property Value
Type Description
LogCredentialType

ExternalSessionId

Declaration
string ExternalSessionId { get; }
Property Value
Type Description
System.String

Interface

Declaration
string Interface { get; }
Property Value
Type Description
System.String

Issuer

Declaration
ILogIssuer Issuer { get; }
Property Value
Type Description
ILogIssuer
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.