foundation-comms.loginresult
Home > @genesislcap/foundation-comms > LoginResult
LoginResult type
Represents the result of a user login operation.
Signature:
export type LoginResult = {
authToken: string;
refreshToken: string;
username: string;
profiles: string[];
permissions: string[];
sessionId: string;
};