nvflare.apis.client module

class Client(name, token)[source]

Bases: object

Init Client.

Represents a client, and is managed by the client manager. The token is a uuid used for authorization.

Parameters:
  • name – client name

  • token – client token

get_prop(name, default=None)[source]
get_token()[source]
set_prop(name, value)[source]
set_token(token)[source]