Skip to content

Document the returned token from IMS #4

@macdonst

Description

@macdonst

Ah, and the auth() call does not return the token. Rather it returns a token information object which contains the access token:
Object {token_type: "bearer", access_token: "xxx…", expires_in: 86399993}
Thus, I need to extract tokenInfo.access_token to make an API call. This was not clear in the docs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions