Function: login

Function: login()

login(authToken): Promise< string >

Description

Log into the Fordefi client using the given auth token.

The auth token is acquired using a call to the Issue Authorization Token REST API.

Throws

FordefiSdkErrorResult

Parameters

ParameterTypeDescription
authTokenstringThe auth token to use for login.

Returns

Promise< string >

A Promise that resolves when the login operation is successful. The string is logged in the user ID.