Skip to content

ServiceNow.Core

SNow.Core.Authentication.AuthenticationConfig

AuthenticationConfig.ReadFromJsonFile(string) Method

Reads the configuration from a json file

csharp
public static SNow.Core.Authentication.AuthenticationConfig ReadFromJsonFile(string path);

Parameters

path System.String
Path to the configuration json file

Returns

AuthenticationConfig
AuthenticationConfig read from the json file

Released under the MIT License.