mirror of
https://github.com/google/nomulus.git
synced 2025-05-21 03:39:36 +02:00
Remove Google-internal auth mechanism
Nomulus tool will be using OAuth to communicate to GAE endpoints exclusively starting with next week's release. As far as I can tell that is the only part of the system that uses Google-internal auth). We can therefore remove the it after next week's release. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=225221102
This commit is contained in:
parent
377736e987
commit
6966151bed
1 changed files with 1 additions and 2 deletions
|
@ -30,8 +30,7 @@ public class AuthModule {
|
|||
@Provides
|
||||
ImmutableList<AuthenticationMechanism> provideApiAuthenticationMechanisms(
|
||||
OAuthAuthenticationMechanism oauthAuthenticationMechanism) {
|
||||
return ImmutableList.of(
|
||||
oauthAuthenticationMechanism);
|
||||
return ImmutableList.of(oauthAuthenticationMechanism);
|
||||
}
|
||||
|
||||
/** Provides the OAuthService instance. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue