()
| 461 | } |
| 462 | |
| 463 | private async fetchUserInfo(): Promise<void> { |
| 464 | if (!this.credentials) { |
| 465 | return |
| 466 | } |
| 467 | |
| 468 | this.userInfo = await this.clerkMe() |
| 469 | this.emit("user-info", { userInfo: this.userInfo }) |
| 470 | } |
| 471 | |
| 472 | /** |
| 473 | * Extract user information from the ID token |
no test coverage detected