MongoDB Stitch Browser SDK
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
User
Password
Credential
constructor
material
password
provider
Capabilities
provider
Name
provider
Type
username
Hierarchy
UserPasswordCredential
Implements
StitchCredential
Index
Constructors
constructor
Properties
material
password
provider
Capabilities
provider
Name
provider
Type
username
Constructors
constructor
new
User
Password
Credential
(
username
:
string
, password
:
string
, providerName
?:
string
)
:
UserPasswordCredential
Parameters
username:
string
password:
string
Default value
providerName:
string
= UserPasswordAuthProvider.DEFAULT_NAME
Returns
UserPasswordCredential
Properties
material
material
:
object
Type declaration
[
key:
string
]:
string
password
password
:
string
provider
Capabilities
provider
Capabilities
:
ProviderCapabilities
= new ProviderCapabilities(false)
provider
Name
provider
Name
:
string
provider
Type
provider
Type
:
string
= UserPasswordAuthProvider.TYPE
username
username
:
string
Generated using
TypeDoc