()
| 15 | public authClient?: AuthClient; |
| 16 | public ready = false; |
| 17 | constructor() { |
| 18 | return this; |
| 19 | } |
| 20 | |
| 21 | // Create a new auth client and update it's ready state |
| 22 | async create() { |
nothing calls this directly
no outgoing calls
no test coverage detected