- All Implemented Interfaces:
- com.google.api.server.spi.config.Authenticator
public final class EspAuthenticator
extends java.lang.Object
implements com.google.api.server.spi.config.Authenticator
Authenticator that extracts auth token from the HTTP authorization header or
from the "access_token" query parameter.
This authenticator supports the same authentication feature as in Endpoints
Server Proxy.
This authenticator needs to be placed behind ConfigFilter which adds
MethodRegistry.Info and Service as attributes of the incoming HTTP requests.