strongdoc package

Submodules

strongdoc.client module

strongdoc.client.connect_to_server_with_auth(token)[source]

Creates a secure channel with an authentication token to the StrongDoc Server

Parameters

token (string) – The user JWT token

Returns

channel – A secure gRPC SSL channel.

strongdoc.client.connect_to_server_with_no_auth()[source]

Creates a secure channel to the StrongDoc Server

Returns

channel – A secure gRPC SSL channel.

Module contents