SYMBOL INDEX (17 symbols across 3 files) FILE: src/apple-auth.d.ts type AppleAuthConfig (line 2) | interface AppleAuthConfig { type AppleClientSecret (line 9) | interface AppleClientSecret{ type AppleAuthAccessToken (line 17) | interface AppleAuthAccessToken { type AppleAuthError (line 25) | interface AppleAuthError { type CustomConfig (line 28) | interface CustomConfig { class AppleAuth (line 31) | class AppleAuth { FILE: src/apple-auth.js class AppleAuth (line 13) | class AppleAuth { method constructor (line 32) | constructor(config, privateKey, privateKeyMethod, customConfig = {}) { method state (line 61) | get state() { method loginURL (line 70) | loginURL() { method accessToken (line 89) | accessToken(code) { method refreshToken (line 132) | refreshToken(refreshToken) { method revokeToken (line 163) | revokeToken(unique_id) { FILE: src/token.js class AppleClientSecret (line 10) | class AppleClientSecret { method constructor (line 22) | constructor(config, privateKeyLocation, privateKeyMethod) { method _generateToken (line 44) | _generateToken(clientId, teamId, privateKey, exp, keyid) { method generate (line 75) | generate() {