Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AuthState<T>

Provider's state, provided by the useAuth hook. consumer can optionally provide T for a custom IDtoken.

Type parameters

  • T: IDToken = IDToken

Hierarchy

  • AuthState

Index

Properties

Properties

Optional error

error: OAuth2Error

Optional idToken

idToken: T

loading

loading: boolean