Skip to content

IDatabase.Authenticate method

Authenticates the current connection with a JWT token.

public Task<DriverResponse> Authenticate(string token, CancellationToken ct = default)
parameter description
token The JWT authentication token.

Remarks

This updates the internal Config.

See Also