Sinch Node.js SDK - v1.5.0
GitHub
npm
Developers
Preparing search index...
Conversation
BasicAuthCredential
Interface BasicAuthCredential
It consists of a username and a password.
interface
BasicAuthCredential
{
password
:
string
;
username
:
string
;
}
Index
Properties
password
username
Properties
password
password
:
string
Basic auth password.
username
username
:
string
Basic auth username.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
password
username
GitHub
npm
Developers
Sinch Node.js SDK - v1.5.0
Loading...
It consists of a username and a password.