Пример #1
0
 def __init__(self, cache: IdrCache):
     NaclAuthNr.__init__(self)
     CoreAuthMixin.__init__(self)
     self.cache = cache
Пример #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}
Пример #3
0
 def __init__(self, cache: IdrCache):
     NaclAuthNr.__init__(self)
     CoreAuthMixin.__init__(self)
     self.cache = cache
Пример #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