syft.grid.authentication.credential

Module Contents

class syft.grid.authentication.credential.AbstractCredential

Bases: abc.ABC

AbstractCredential is an abstract class that defines generic methods used by all types of authentications defined in this module.

abstract parse(self)

Read, parse and load credential files.

abstract json(self)

Convert credential instances into a JSON structure.