@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-29T14:11:29.890-05:00[America/Chicago]") public class AppUserCredentials extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_PASSWORD  | 
static String | 
JSON_PROPERTY_USER_NAME  | 
| Constructor and Description | 
|---|
AppUserCredentials()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
AppUserPasswordCredential | 
getPassword()
Get password 
 | 
String | 
getUserName()
Username for the app 
 | 
int | 
hashCode()  | 
AppUserCredentials | 
password(AppUserPasswordCredential password)  | 
void | 
setPassword(AppUserPasswordCredential password)  | 
void | 
setUserName(String userName)  | 
String | 
toString()  | 
AppUserCredentials | 
userName(String userName)  | 
public static final String JSON_PROPERTY_PASSWORD
public static final String JSON_PROPERTY_USER_NAME
public AppUserCredentials password(AppUserPasswordCredential password)
@Nullable public AppUserPasswordCredential getPassword()
public void setPassword(AppUserPasswordCredential password)
public AppUserCredentials userName(String userName)
public void setUserName(String userName)
Copyright © 2017–2023 Okta. All rights reserved.