mirror of
https://github.com/google/nomulus.git
synced 2025-05-21 19:59:34 +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
|
@Provides
|
||||||
ImmutableList<AuthenticationMechanism> provideApiAuthenticationMechanisms(
|
ImmutableList<AuthenticationMechanism> provideApiAuthenticationMechanisms(
|
||||||
OAuthAuthenticationMechanism oauthAuthenticationMechanism) {
|
OAuthAuthenticationMechanism oauthAuthenticationMechanism) {
|
||||||
return ImmutableList.of(
|
return ImmutableList.of(oauthAuthenticationMechanism);
|
||||||
oauthAuthenticationMechanism);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Provides the OAuthService instance. */
|
/** Provides the OAuthService instance. */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue