public final class BasicToken extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
static BasicToken |
of(String username,
String password)
|
String |
password()
Returns the password.
|
String |
toString() |
String |
username()
Returns the username.
|
public static BasicToken of(String username, String password)
public String username()
public String password()
Copyright © 2020 LeanCloud. All rights reserved.