Package com.google.auth.oauth2
Interface ExecutableHandler
- All Known Implementing Classes:
PluggableAuthHandler
interface ExecutableHandler
An interface for 3rd party executable handling.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
An interface for required fields needed to call 3rd party executables. -
Method Summary
Modifier and TypeMethodDescriptionHandles executing the 3rd party script and parsing the token from the response.
-
Method Details
-
retrieveTokenFromExecutable
Handles executing the 3rd party script and parsing the token from the response.- Parameters:
options
- A set executable options for handling the executable.- Returns:
- A 3rd party token.
- Throws:
IOException
-