cli.auth.submit

type: meya.cli.event.auth.submit
class: MeyaSdkAuthSubmitEvent
path: /meya/cli/event/auth/submit.py
signature: -

Fields

fieldsignaturerequiredtypedefault
member_idstr
thread_idstr
app_idstr
tokenstr

Examples

Data

{
    "type": "meya.cli.event.auth.submit", 
    "data": {
        "member_id": "STRING", 
        "thread_id": "STRING", 
        "app_id": "STRING", 
        "token": "STRING"
    }
}