|
AzureADSettingsLoadFromAppSettings Method
|
Loads Azure AD settings from the specified JSON application settings file.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.205-beta
Syntax static member LoadFromAppSettings :
?filepath : string
(* Defaults:
let _filepath = defaultArg filepath null
*)
-> AzureADSettings
GSF.Security.AzureADSettings.LoadFromAppSettings = function(filepath);
View SourceParameters
- filepath String (Optional)
- JSON settings file to load. Defaults to local "appsettings.json".
Return Value
AzureADSettingsLoaded
AzureADSettings settings instance.
See Also