Package com.groiss.auth
Interface Authorizer
public interface Authorizer
Authorization interface for OAuth.
-
Method Details
-
getToken
String getToken()Get the access token- Returns:
- the access token
-
getProps
Properties getProps()Get additional properties defined in the authorizer- Returns:
- the properties
-