Authenticates the current connection with a previously issued JWT access token.
Method Syntax
try await client.authenticate(token)Arguments
Arguments | Description |
|---|---|
token | The JWT access token to authenticate the connection with. |
Example usage
try await client.authenticate(tokens.access)You can also resume a session by supplying a token through a SessionContext when constructing the client.