InterfaceAuthenticationPayload
Interface: InterfaceAuthenticationPayload
Defined in: src/types/Auth/auth.ts:36
Payload returned after successful authentication.
Properties
authenticationToken
authenticationToken:
string
Defined in: src/types/Auth/auth.ts:38
Token used for authenticating API requests
refreshToken?
optionalrefreshToken:string
Defined in: src/types/Auth/auth.ts:40
Optional token for refreshing the authentication token
user
user:
InterfaceAuthUser
Defined in: src/types/Auth/auth.ts:42
Authenticated user information