cdef class Credentials: cdef public str email cdef public str password @staticmethod cdef from_msgpack(bytes data)