Function createUserProfileAuth

  • Parameters

    • token: string

    Returns string

    string

    Description

    createUserProfileAuth returns header authroization value for User profile access. Intended to be used when using request API

    Since

    0.1.0

    Example

    const accessToken = userProfile.access_token;
    const auth = createUserProfileAuth(accessToken);

Generated using TypeDoc