cli.auth.failed

type: meya.cli.event.auth.failed
class: MeyaSdkAuthFailedEvent
path: /meya/cli/event/auth/failed.py
signature: -

Fields

fieldsignaturerequiredtypedefault
member_idstr
thread_idstr

Examples

Data

{
    "type": "meya.cli.event.auth.failed", 
    "data": {
        "member_id": "STRING", 
        "thread_id": "STRING"
    }
}