mirror of
https://github.com/wassname/talk.git
synced 2026-08-18 12:30:39 +08:00
feat: added OIDC discovery
This commit is contained in:
Vendored
-16
@@ -1,16 +0,0 @@
|
||||
declare module "webfinger" {
|
||||
export interface WebfingerOptions {
|
||||
webfingerOnly?: boolean;
|
||||
}
|
||||
|
||||
export interface WebfingerCallback {
|
||||
(err: Error, jrd: { [key: string]: any }): void;
|
||||
}
|
||||
|
||||
export function webfinger(
|
||||
resource: string,
|
||||
res: string,
|
||||
options: WebfingerOptions,
|
||||
callback: WebfingerCallback
|
||||
): void;
|
||||
}
|
||||
Reference in New Issue
Block a user