string
createUserProfileAuth returns header authroization value for User profile access. Intended to be used when using request API
0.1.0
const accessToken = userProfile.access_token;const auth = createUserProfileAuth(accessToken); Copy
const accessToken = userProfile.access_token;const auth = createUserProfileAuth(accessToken);
Generated using TypeDoc
Description
createUserProfileAuth returns header authroization value for User profile access. Intended to be used when using request API
Since
0.1.0
Example