avancement planning
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
import { OAuthClientInformationFull } from "../../shared/auth.js";
|
||||
import { OAuthClientInformationFull } from '../../shared/auth.js';
|
||||
/**
|
||||
* Stores information about registered OAuth clients for this server.
|
||||
*/
|
||||
@@ -14,6 +14,6 @@ export interface OAuthRegisteredClientsStore {
|
||||
*
|
||||
* If unimplemented, dynamic client registration is unsupported.
|
||||
*/
|
||||
registerClient?(client: Omit<OAuthClientInformationFull, "client_id" | "client_id_issued_at">): OAuthClientInformationFull | Promise<OAuthClientInformationFull>;
|
||||
registerClient?(client: Omit<OAuthClientInformationFull, 'client_id' | 'client_id_issued_at'>): OAuthClientInformationFull | Promise<OAuthClientInformationFull>;
|
||||
}
|
||||
//# sourceMappingURL=clients.d.ts.map
|
||||
Reference in New Issue
Block a user