public enum OnAuth.AuthProvider
| Enum Constant and Description |
|---|
ANONYMOUS
Anonymous usage
|
PASSWORD
User authentication using email & password
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
OnAuth.AuthProvider PASSWORD
User authentication using email & password
OnAuth.AuthProvider ANONYMOUS
Anonymous usage