ReviewR.Web.Services.Authenticators.MicrosoftAuthenticator.GetAppId C# (CSharp) Method

GetAppId() public method

public GetAppId ( ISettings appSettings ) : string
appSettings ISettings
return string
        public override string GetAppId(ISettings appSettings)
        {
            return appSettings.Get("ms:appid");
        }
MicrosoftAuthenticator