@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class AuthenticatorProvider extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_CONFIGURATION  | 
static String | 
JSON_PROPERTY_TYPE  | 
| Constructor and Description | 
|---|
AuthenticatorProvider()  | 
| Modifier and Type | Method and Description | 
|---|---|
AuthenticatorProvider | 
_configuration(AuthenticatorProviderConfiguration _configuration)  | 
boolean | 
equals(Object o)  | 
AuthenticatorProviderConfiguration | 
getConfiguration()
Get _configuration 
 | 
String | 
getType()
Get type 
 | 
int | 
hashCode()  | 
void | 
setConfiguration(AuthenticatorProviderConfiguration _configuration)  | 
void | 
setType(String type)  | 
String | 
toString()  | 
AuthenticatorProvider | 
type(String type)  | 
public static final String JSON_PROPERTY_CONFIGURATION
public static final String JSON_PROPERTY_TYPE
public AuthenticatorProvider _configuration(AuthenticatorProviderConfiguration _configuration)
@Nullable public AuthenticatorProviderConfiguration getConfiguration()
public void setConfiguration(AuthenticatorProviderConfiguration _configuration)
public AuthenticatorProvider type(String type)
public void setType(String type)
Copyright © 2017–2023 Okta. All rights reserved.