Package com.okta.idx.sdk.api.model
Class AuthenticationOptions
java.lang.Object
com.okta.idx.sdk.api.model.AuthenticationOptions
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationOptions(String username) AuthenticationOptions(String username, char[] password) -
Method Summary
Modifier and TypeMethodDescriptionchar[]voidsetPassword(char[] password) voidsetUsername(String username)
-
Constructor Details
-
AuthenticationOptions
-
AuthenticationOptions
-
-
Method Details
-
getUsername
-
setUsername
-
getPassword
public char[] getPassword() -
setPassword
public void setPassword(char[] password)
-