(
client: Omit<OAuthClientInformationFull, "client_id" | "client_id_issued_at">,
)
| 198 | } |
| 199 | |
| 200 | registerClient( |
| 201 | client: Omit<OAuthClientInformationFull, "client_id" | "client_id_issued_at">, |
| 202 | ): OAuthClientInformationFull { |
| 203 | return this.store.registerClient(client, this.allowedRedirectHosts); |
| 204 | } |
| 205 | } |
| 206 | |
| 207 | function rowToAccessTokenRecord(row: { |