public static OAuth2Authenticator GetGoogle2Authenticator(IAuthenticationDelegate i_AuthenticationDelegate) { s_GoogleAuthenticator = new GoogleAuthenticator(Keys.GoogleClientId, Configuration.GoogleAuthScope, i_AuthenticationDelegate); s_AuthType = MobileServiceAuthenticationProvider.Google; return(s_GoogleAuthenticator.GetOAuth2()); }