Class LogAuthenticationContext
Represents a resource in the Okta API.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class LogAuthenticationContext : Resource, ILogAuthenticationContext, IResource
Properties
AuthenticationProvider
Declaration
public LogAuthenticationProvider AuthenticationProvider { get; }
Property Value
Type | Description |
---|---|
LogAuthenticationProvider |
AuthenticationStep
Declaration
public int? AuthenticationStep { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
CredentialProvider
Declaration
public LogCredentialProvider CredentialProvider { get; set; }
Property Value
Type | Description |
---|---|
LogCredentialProvider |
CredentialType
Declaration
public LogCredentialType CredentialType { get; set; }
Property Value
Type | Description |
---|---|
LogCredentialType |
ExternalSessionId
Declaration
public string ExternalSessionId { get; }
Property Value
Type | Description |
---|---|
System.String |
Interface
Declaration
public string Interface { get; }
Property Value
Type | Description |
---|---|
System.String |
Issuer
Declaration
public ILogIssuer Issuer { get; }
Property Value
Type | Description |
---|---|
ILogIssuer |