Uses of Interface
com.google.api.client.extensions.auth.helpers.ThreeLeggedFlow
-
Packages that use ThreeLeggedFlow Package Description com.google.api.client.extensions.auth.helpers.oauth Beta
Implementation of auth objects to obtain and manage OAuth 1 credentials using the web server flow.com.google.api.client.extensions.servlet.auth Beta
Servlets that can be completed by users to create and complete a web server auth flow to obtain a credential. -
-
Uses of ThreeLeggedFlow in com.google.api.client.extensions.auth.helpers.oauth
Classes in com.google.api.client.extensions.auth.helpers.oauth that implement ThreeLeggedFlow Modifier and Type Class Description class
OAuthHmacThreeLeggedFlow
Beta
ThreeLeggedFlow
implementation that will execute the proper requests to obtain an OAuth1 Credential object that can be used to sign requests. -
Uses of ThreeLeggedFlow in com.google.api.client.extensions.servlet.auth
Methods in com.google.api.client.extensions.servlet.auth that return ThreeLeggedFlow Modifier and Type Method Description protected abstract ThreeLeggedFlow
AbstractFlowUserServlet. newFlow(String userId)
Create a flow object which will be used to obtain credentials.Methods in com.google.api.client.extensions.servlet.auth that return types with arguments of type ThreeLeggedFlow Modifier and Type Method Description protected abstract Class<? extends ThreeLeggedFlow>
AbstractCallbackServlet. getConcreteFlowType()
-