## FullClient.authenticate()


Authenticate with the server.


Usage


``` python
FullClient.authenticate(token)
```


## Parameters


`token: str`  
Bearer token.


## Returns


`bool`  
True if authenticated.
