Interface SetTokenMessage

Set the token in the iframe

interface SetTokenMessage {
    payload: string;
    type: SET_TOKEN;
}

Hierarchy (view full)

Properties

Properties

payload: string

The token to set

type: SET_TOKEN

The type of message