Skip to main content

foundation-comms.credentialmanager.createssocredentials

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

CredentialManager.createSSOCredentials() method

Creates a set of SSO authentication credentials using the specified input data.

Signature:

createSSOCredentials(inputs?: SSOCredentialsInput): SsoAuthInfo;

Parameters

Parameter

Type

Description

inputs

SSOCredentialsInput

(Optional) The custom input data to use when creating the credentials, if any.

Returns:

SsoAuthInfo

A set of SSO authentication credentials.