Skip to content

Interface: RefreshRequest

Interface: RefreshRequest

Defined in: auth-shared/src/dto/auth.ts:84

POST /auth/refresh request body.

Properties

app_code?

optional app_code?: string

Defined in: auth-shared/src/dto/auth.ts:89

Optional — switch app context without re-login.


organization_id?

optional organization_id?: string

Defined in: auth-shared/src/dto/auth.ts:87

Optional — switch org context without re-login.


refresh_token

refresh_token: string

Defined in: auth-shared/src/dto/auth.ts:85