You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

AuthFactor.py 234B

1234567891011
  1. # automatically generated by the FlatBuffers compiler, do not modify
  2. # namespace: proto
  3. class AuthFactor(object):
  4. NONE = 0
  5. AuthTicketRequest = 1
  6. AuthCraRequest = 2
  7. AuthScramRequest = 3
  8. AuthCryptosignRequest = 4