mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 07:27:33 +08:00
support unlinking external authentication
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
export interface UserExternalAuthUnlinkRequest {
|
||||
readonly externalAuthType: string;
|
||||
readonly password: string;
|
||||
}
|
||||
|
||||
export interface UserExternalAuthInfoResponse {
|
||||
readonly externalAuthCategory: string;
|
||||
readonly externalAuthType: string;
|
||||
readonly linked: boolean;
|
||||
readonly externalUsername?: string;
|
||||
readonly createdAt?: number;
|
||||
}
|
||||
Reference in New Issue
Block a user