requestToken appBridge

This commit is contained in:
Jay Sheen
2025-09-17 10:04:58 +09:00
parent 60f55c98eb
commit 1615fa3760
4 changed files with 30 additions and 1 deletions

View File

@@ -8,13 +8,13 @@ export interface MenuGrantsItem {
grant: number;
};
export interface LoginResponse {
usrid?: string;
tokenType?: string;
accessToken?: string;
refreshToken?: string;
accessTokenExpiresIn?: number;
refreshTokenExpiresIn?: number;
menuGrants?: Array<MenuGrantsItem>;
// usrid?: string;
clientAddressIP?: string;
tempToken?: string,
tempTokenExpiresIn?: number;