Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • LoginProps

Index

Properties

error?: Error

Any errors returned from the login request

loading: boolean

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

login: MutationType<LoginParams, LoginResult>

A function to trigger the login process from your UI. You can pass LoginParams as parameters. The function returns a promise that fulfills with LoginResult.

result: LoginResult

The LoginResult returned from your request. Defaults to undefined.

Generated using TypeDoc