ReviewR.Web.Services.Authenticators.MicrosoftAuthenticator.GetAppId C# (CSharp) Méthode

GetAppId() public méthode

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