Interface UserInfoOptions

Options for accessing the /userinfo endpoint.

interface UserInfoOptions {
    token: string;
}

Properties

Properties

token: string

The user's access token

Generated using TypeDoc