You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-13 00:10:37 +02:00
Desktop, Cli, Mobile, Server: Add Joplin Server SAML support (#11865)
This commit is contained in:
7
packages/lib/components/shared/SsoScreenShared.ts
Normal file
7
packages/lib/components/shared/SsoScreenShared.ts
Normal file
@ -0,0 +1,7 @@
|
||||
interface SsoScreenShared {
|
||||
openLoginPage(): Promise<void>;
|
||||
processLoginCode(code: string): Promise<boolean>;
|
||||
isLoginCodeValid(code: string): boolean;
|
||||
}
|
||||
|
||||
export default SsoScreenShared;
|
Reference in New Issue
Block a user