Class AuthenticationOptions

java.lang.Object
com.okta.idx.sdk.api.model.AuthenticationOptions
All Implemented Interfaces:
Serializable

public class AuthenticationOptions extends Object implements Serializable
See Also:
  • Constructor Details

    • AuthenticationOptions

      public AuthenticationOptions(String username)
    • AuthenticationOptions

      public AuthenticationOptions(String username, char[] password)
  • Method Details

    • getUsername

      public String getUsername()
    • setUsername

      public void setUsername(String username)
    • getPassword

      public char[] getPassword()
    • setPassword

      public void setPassword(char[] password)