PasswordCredential
class PasswordCredential : Credential
Represents the user's password credential granted by the user for app sign-in.
Summary
Constants |
|
|---|---|
const String |
The type value for password related operations. |
Public constructors |
|---|
PasswordCredential(id: String, password: String)Constructs a |
Inherited properties |
||||
|---|---|---|---|---|
|
Constants
TYPE_PASSWORD_CREDENTIAL
const val TYPE_PASSWORD_CREDENTIAL: String
The type value for password related operations.
Public constructors
PasswordCredential
PasswordCredential(id: String, password: String)
Constructs a PasswordCredential.
| Throws | |
|---|---|
kotlin.NullPointerException |
If |
kotlin.NullPointerException |
If |
kotlin.IllegalArgumentException |
If |