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
ConstructorDescriptionAuthenticationOptions
(String username) AuthenticationOptions
(String username, char[] password) -
Method Summary
Modifier and TypeMethodDescriptionchar[]
void
setPassword
(char[] password) void
setUsername
(String username)
-
Constructor Details
-
AuthenticationOptions
-
AuthenticationOptions
-
-
Method Details
-
getUsername
-
setUsername
-
getPassword
public char[] getPassword() -
setPassword
public void setPassword(char[] password)
-