()
| 76 | } |
| 77 | |
| 78 | async state(): Promise<string> { |
| 79 | const state = generateId() |
| 80 | await saveState(this.row.id, state) |
| 81 | return state |
| 82 | } |
| 83 | |
| 84 | clientInformation(): OAuthClientInformationMixed | undefined { |
| 85 | if (this.row.clientInformation) return this.row.clientInformation |
no test coverage detected