ReviewR.Web.Services.Authenticators.MicrosoftAuthenticator.GetAppId C# (CSharp) Метод

GetAppId() публичный Метод

public GetAppId ( ISettings appSettings ) : string
appSettings ISettings
Результат string
        public override string GetAppId(ISettings appSettings)
        {
            return appSettings.Get("ms:appid");
        }
MicrosoftAuthenticator