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