Skip to main content

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

BasicCredentialsInput

The input data to use when creating the credentials.

Returns:

BasicAuthInfo

A set of basic authentication credentials (username/password).