Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Token Invalid #12

@iR3turnZ

Description

@iR3turnZ

`(async () => {
await api.getToken();
const uid = await api.putUser({
countryCode: '**',
username: '@gmail.com',
password: '
',
usernameType: 2});

--->const token = await api.getDeviceToken({uid, timezone: 'Austria/Vienna'});
Token invalid right here
console.log(await api.getDevicesByToken(token));
})();`

Im always getting a Invalid Token error msg but i cant figure out why.
Can anyone help?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions