Initializing help system before first use

ins~login

Purpose
Initialize the package with the login details of the Insight server.
Synopsis
procedure login(server:text, clientid:text, secret:text)
procedure login(server:text)
procedure login
Arguments
server 
The URL of the Insight server, e.g. "http://localhost:8080/"
clientid 
The client ID value to use to authenticate with the Insight server
secret 
The secret value to use to authenticate with the Insight server
Further information
1. This subroutine will not attempt to use the Insight server URL / clientid / secret, so it will not fail if they are invalid, but will fail if the configuration is invalid in some other way.
2. If the Insight server URL, client ID or secret are not passed to this procedure, the values of the insightscenario_url, insightscenario_clientid and insightscenario_secret parameters will be used. If the clientid/secret cannot be read from the parameters either and Mosel is running in unrestricted mode, they will be read from the local keystore.
3. Consult the 'Providing REST API credentials' section of this document for instructions on how to securely specify credentials through the secure storage on your platform.
4. Calling ins~login will overwrite any server URL or credentials saved by a previous call to ins~login

© 2001-2023 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.