@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class LogAuthenticationContext extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_AUTHENTICATION_PROVIDER  | 
static String | 
JSON_PROPERTY_AUTHENTICATION_STEP  | 
static String | 
JSON_PROPERTY_CREDENTIAL_PROVIDER  | 
static String | 
JSON_PROPERTY_CREDENTIAL_TYPE  | 
static String | 
JSON_PROPERTY_EXTERNAL_SESSION_ID  | 
static String | 
JSON_PROPERTY_INTERFACE  | 
static String | 
JSON_PROPERTY_ISSUER  | 
| Constructor and Description | 
|---|
LogAuthenticationContext()  | 
public static final String JSON_PROPERTY_AUTHENTICATION_PROVIDER
public static final String JSON_PROPERTY_AUTHENTICATION_STEP
public static final String JSON_PROPERTY_CREDENTIAL_PROVIDER
public static final String JSON_PROPERTY_CREDENTIAL_TYPE
public static final String JSON_PROPERTY_EXTERNAL_SESSION_ID
public static final String JSON_PROPERTY_INTERFACE
public static final String JSON_PROPERTY_ISSUER
public LogAuthenticationContext authenticationProvider(LogAuthenticationProvider authenticationProvider)
@Nullable public LogAuthenticationProvider getAuthenticationProvider()
public void setAuthenticationProvider(LogAuthenticationProvider authenticationProvider)
@Nullable public Integer getAuthenticationStep()
public LogAuthenticationContext credentialProvider(LogCredentialProvider credentialProvider)
@Nullable public LogCredentialProvider getCredentialProvider()
public void setCredentialProvider(LogCredentialProvider credentialProvider)
public LogAuthenticationContext credentialType(LogCredentialType credentialType)
@Nullable public LogCredentialType getCredentialType()
public void setCredentialType(LogCredentialType credentialType)
@Nullable public String getExternalSessionId()
public LogAuthenticationContext issuer(LogIssuer issuer)
public void setIssuer(LogIssuer issuer)
Copyright © 2017–2023 Okta. All rights reserved.