Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • LogoutProps

Index

Properties

Methods

Properties

error?: Error

Any errors returned from the logout request

loading: boolean

A boolean that indicates whether your logout request is in flight.

Methods

  • logout(): Promise<boolean>
  • A function to trigger the logout process from your UI. The function returns a promise that fulfills with a boolean to indicate whether or not the logout succeeded.

    Returns Promise<boolean>

Generated using TypeDoc