Interface: RefreshRequest
Interface: RefreshRequest
Defined in: dto/auth.ts:84
POST /auth/refresh request body.
Properties
app_code?
optionalapp_code?:string
Defined in: dto/auth.ts:89
Optional — switch app context without re-login.
organization_id?
optionalorganization_id?:string
Defined in: dto/auth.ts:87
Optional — switch org context without re-login.
refresh_token
refresh_token:
string
Defined in: dto/auth.ts:85