public interface AuthTokenProvider
AuthRequestInterceptor| Modifier and Type | Field and Description |
|---|---|
static AuthTokenProvider |
UNAUTHORIZED
Provider instance that may be used for unauthorized requests that does not require
authorization token to be send to an application server.
|
| Modifier and Type | Method and Description |
|---|---|
String |
peekToken()
Returns the auth token provided by this token provided.
|
static final AuthTokenProvider UNAUTHORIZED
This provider instance simple returns null whenever its peekToken() method
is invoked.
String peekToken()
null if there is no token available at this time.