node-expose-sspi › Globals › "src/sso/connect"
▸ connect(userCredential: UserCredential): Promise‹SSO›
Defined in src/sso/connect.ts:23
Retrieves SSO information from an explicit credential (login/password and domain). The SSO information will be retrieved only if the credential matches a local account or a domain account.
Parameters:
| Name | Type |
|---|---|
userCredential |
UserCredential |
Returns: Promise‹SSO›
the SSO object.