Interface RequestTokenMessage

Request the SDK to send the token to the iframe

interface RequestTokenMessage {
    payload: void;
    type: REQUEST_TOKEN;
}

Hierarchy (view full)

Properties

Properties

payload: void

No payload is necessary

The type of message