foundation-comms.credentialmanager.createbasiccredentials
Home > @genesislcap/foundation-comms > CredentialManager > createBasicCredentials
CredentialManager.createBasicCredentials() method
Creates a set of basic authentication credentials using the specified input data.
Signature:
createBasicCredentials(inputs: BasicCredentialsInput): BasicAuthInfo;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
inputs |
The input data to use when creating the credentials. |
Returns:
A set of basic authentication credentials (username/password).