Skip to main content

foundation-comms.credentialmanager.validatessocredentials

Home > @genesislcap/foundation-comms > CredentialManager > validateSSOCredentials

CredentialManager.validateSSOCredentials() method

Validates the specified set of SSO authentication credentials.

Signature:

validateSSOCredentials(credentials: SsoAuthInfo): boolean;

Parameters

Parameter

Type

Description

credentials

SsoAuthInfo

The credentials to validate.

Returns:

boolean

true if the credentials are valid, or false otherwise.