Interface ILogAuthenticationContext
Represents a LogAuthenticationContext resource in the Okta API.
Assembly: Okta.Sdk.dll
Syntax
public interface ILogAuthenticationContext : IResource
Properties
AuthenticationProvider
Declaration
LogAuthenticationProvider AuthenticationProvider { get; }
Property Value
AuthenticationStep
Declaration
int? AuthenticationStep { get; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
CredentialProvider
Declaration
LogCredentialProvider CredentialProvider { get; set; }
Property Value
CredentialType
Declaration
LogCredentialType CredentialType { get; set; }
Property Value
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