Interface OAuth2Authenticator
- All Superinterfaces:
AutoCloseable
-
Method Summary
Modifier and TypeMethodDescriptionAttempts to authenticate the client and returns a validAccessToken.voidclose()
-
Method Details
-
authenticate
AccessToken authenticate()Attempts to authenticate the client and returns a validAccessToken. -
close
void close()- Specified by:
closein interfaceAutoCloseable
-