Function - get_token

Contents

Function - get_token#

openfl.utilities.ca.ca.get_token(name, ca_url, ca_path='.')[source]#

Create authentication token.

Parameters:
  • name (str) – Common name for the following certificate (aggregator fqdn or collaborator name).

  • ca_url (str) – Full URL of the CA server.

  • ca_path (str, optional) – Path to the CA folder. Defaults to ‘.’.

Returns:

The generated authentication token.

Return type:

str