Page Summary
-
AuthTokenContext.AuthTokenFactoryinstances provide authorization tokens for various operations. -
Implementations must define the
getTokenmethod, which returns an authorization token string based on the providedAuthTokenContext.
public static interface AuthTokenContext.AuthTokenFactory
Instances of this interface will be asked to provide an authorization token when various operations are performed.
Public Method Summary
| abstract String |
getToken(AuthTokenContext
context)
|