Returns true if a client access token stored in the client. @return a boolean
()
| 256 | * @return a boolean |
| 257 | */ |
| 258 | public boolean hasAccessToken() { |
| 259 | return this.accessToken != null && !this.accessToken.isEmpty(); |
| 260 | } |
| 261 | |
| 262 | /** |
| 263 | * Returns the client access token (possibly null). |
no outgoing calls
no test coverage detected