Skip to content

ServiceNow.Core

SNow.Core.Authentication.BasicAuthenticationConfig

BasicAuthenticationConfig.ReadFromJsonFile(string) Method

Reads the configuration from a json file

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

Parameters

path System.String
Path to the configuration json file

Returns

BasicAuthenticationConfig
AuthenticationConfig read from the json file

Released under the MIT License.