cli.auth.submit

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

Fields

field

signature

required

type

default

member_id

str

thread_id

str

app_id

str

token

str

Examples

Data

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