Skip to content

Api calls with user tokens #143

@hamidrabedi

Description

@hamidrabedi

I retrieved the user access and refresh token and now want to call apis via those tokens, how to do it?

	token, err := client.GetOAuthToken(code, state)
	claims, err := client.ParseJwtToken(token.AccessToken)

        // call apis via token.AccessToken

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