SYMBOL INDEX (22 symbols across 5 files) FILE: authorization/authorization_code_pkce/public/app.js method access_token (line 19) | get access_token() { return localStorage.getItem('access_token') || null; } method refresh_token (line 20) | get refresh_token() { return localStorage.getItem('refresh_token') || nu... method expires_in (line 21) | get expires_in() { return localStorage.getItem('refresh_in') || null } method expires (line 22) | get expires() { return localStorage.getItem('expires') || null } function redirectToSpotifyAuthorize (line 65) | async function redirectToSpotifyAuthorize() { function getToken (line 96) | async function getToken(code) { function refreshToken (line 116) | async function refreshToken() { function getUserData (line 132) | async function getUserData() { function loginWithSpotifyClick (line 142) | async function loginWithSpotifyClick() { function logoutClick (line 146) | async function logoutClick() { function refreshTokenClick (line 151) | async function refreshTokenClick() { function renderTemplate (line 158) | function renderTemplate(targetId, templateId, data = null) { FILE: authorization/client_credentials/app.js function getToken (line 13) | async function getToken() { function getTrackInfo (line 28) | async function getTrackInfo(access_token) { FILE: get_user_profile/src/authCodeWithPkce.ts function redirectToAuthCodeFlow (line 1) | async function redirectToAuthCodeFlow(clientId: string) { function getAccessToken (line 18) | async function getAccessToken(clientId: string, code: string) { function generateCodeVerifier (line 38) | function generateCodeVerifier(length: number) { function generateCodeChallenge (line 48) | async function generateCodeChallenge(codeVerifier: string) { FILE: get_user_profile/src/script.ts function fetchProfile (line 17) | async function fetchProfile(code: string): Promise { function populateUI (line 25) | function populateUI(profile: UserProfile) { FILE: get_user_profile/src/types.d.ts type UserProfile (line 1) | interface UserProfile { type Image (line 19) | interface Image {