foundation-comms.credentialmanager.validatebasiccredentials
Home > @genesislcap/foundation-comms > CredentialManager > validateBasicCredentials
CredentialManager.validateBasicCredentials() method
Validates the specified set of basic authentication credentials.
Signature:
validateBasicCredentials(credentials: BasicAuthInfo): boolean;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
credentials |
The credentials to validate. |
Returns:
boolean
true if the credentials are valid, or false otherwise.