Skip to main content

foundation-comms.logoutresult

Home > @genesislcap/foundation-comms > LogoutResult

LogoutResult interface

Represents the result of a user logout operation.

Signature:

export interface LogoutResult 

Properties

Property

Modifiers

Type

Description

error?

string

(Optional) Provides more details if the logout operation failed.

success

boolean

Indicates if the logout operation was successful.