Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • LoginProps

Index

Properties

Properties

Optional error

error: undefined | Error

Any errors returned from the login request

loading

loading: boolean

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

login

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

result: LoginResult

The LoginResult returned from your request. Defaults to undefined.

Generated using TypeDoc