diff options
Diffstat (limited to 'server/typings')
-rw-r--r-- | server/typings/plugins/register-server-option.model.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/typings/plugins/register-server-option.model.ts b/server/typings/plugins/register-server-option.model.ts index c1e63316d..7f933b43a 100644 --- a/server/typings/plugins/register-server-option.model.ts +++ b/server/typings/plugins/register-server-option.model.ts | |||
@@ -49,6 +49,8 @@ export type RegisterServerOptions = { | |||
49 | 49 | ||
50 | registerIdAndPassAuth: (options: RegisterServerAuthPassOptions) => void | 50 | registerIdAndPassAuth: (options: RegisterServerAuthPassOptions) => void |
51 | registerExternalAuth: (options: RegisterServerAuthExternalOptions) => RegisterServerAuthExternalResult | 51 | registerExternalAuth: (options: RegisterServerAuthExternalOptions) => RegisterServerAuthExternalResult |
52 | unregisterIdAndPassAuth: (authName: string) => void | ||
53 | unregisterExternalAuth: (authName: string) => void | ||
52 | 54 | ||
53 | // Get plugin router to create custom routes | 55 | // Get plugin router to create custom routes |
54 | // Base routes of this router are | 56 | // Base routes of this router are |