Esempio n. 1
0
 def __init__(self, cache: IdrCache):
     NaclAuthNr.__init__(self)
     CoreAuthMixin.__init__(self)
     self.cache = cache
Esempio n. 2
0
 def __init__(self, write_types, query_types, action_types,
              cache: IdrCache):
     NaclAuthNr.__init__(self)
     CoreAuthMixin.__init__(self, write_types, query_types, action_types)
     self.cache = cache
     self.specific_verkey_validation = {NYM: self.nym_specific_auth}
Esempio n. 3
0
 def __init__(self, cache: IdrCache):
     NaclAuthNr.__init__(self)
     CoreAuthMixin.__init__(self)
     self.cache = cache
Esempio n. 4
0
 def __init__(self, write_types, query_types, action_types,
              cache: IdrCache):
     NaclAuthNr.__init__(self)
     CoreAuthMixin.__init__(self, write_types, query_types, action_types)
     self.cache = cache