ReviewR.Web.Services.Authenticators.GoogleAuthenticator.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("google:appid");
        }