Advertisement
Guest User

Untitled

a guest
Mar 24th, 2022
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. {
  2. provider: { id: 'discord', get: [Function: get], isDefault: undefined },
  3. code: '<token is here>',
  4. clientId: 'discord',
  5. redirectURI: 'http://localhost:3000/callback/discord',
  6. options: {
  7. config: {
  8. emailVerificationFeature: [Object],
  9. signInAndUpFeature: [Object],
  10. override: [Object]
  11. },
  12. recipeId: 'thirdparty',
  13. isInServerlessEnv: false,
  14. recipeImplementation: {
  15. signInUp: [Function: bound signInUp],
  16. getUserById: [Function: bound getUserById],
  17. getUsersByEmail: [Function: bound getUsersByEmail],
  18. getUserByThirdPartyInfo: [Function: bound getUserByThirdPartyInfo],
  19. _call: [Function: bound _call]
  20. },
  21. emailVerificationRecipeImplementation: {
  22. createEmailVerificationToken: [Function: bound createEmailVerificationToken],
  23. verifyEmailUsingToken: [Function: bound verifyEmailUsingToken],
  24. isEmailVerified: [Function: bound isEmailVerified],
  25. revokeEmailVerificationTokens: [Function: bound revokeEmailVerificationTokens],
  26. unverifyEmail: [Function: bound unverifyEmail],
  27. _call: [Function: bound _call]
  28. },
  29. providers: [ [Object] ],
  30. req: ExpressRequest {
  31. wrapperUsed: true,
  32. getFormData: [Function (anonymous)],
  33. getKeyValueFromQuery: [Function (anonymous)],
  34. getJSONBody: [Function (anonymous)],
  35. getMethod: [Function (anonymous)],
  36. getCookieValue: [Function (anonymous)],
  37. getHeaderValue: [Function (anonymous)],
  38. getOriginalURL: [Function (anonymous)],
  39. original: [IncomingMessage],
  40. request: [IncomingMessage],
  41. parserChecked: true,
  42. formDataParserChecked: false
  43. },
  44. res: ExpressResponse {
  45. wrapperUsed: true,
  46. sendHTMLResponse: [Function (anonymous)],
  47. setHeader: [Function (anonymous)],
  48. setCookie: [Function (anonymous)],
  49. setStatusCode: [Function (anonymous)],
  50. sendJSONResponse: [Function (anonymous)],
  51. original: [ServerResponse],
  52. response: [ServerResponse],
  53. statusCode: 200
  54. },
  55. appInfo: {
  56. appName: 'Exalt Panel',
  57. websiteDomain: [NormalisedURLDomain],
  58. apiDomain: [NormalisedURLDomain],
  59. apiBasePath: [NormalisedURLPath],
  60. websiteBasePath: [NormalisedURLPath],
  61. apiGatewayPath: [NormalisedURLPath]
  62. }
  63. },
  64. authCodeResponse: undefined,
  65. userContext: {}
  66. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement