Share via


SignInResponse type

The sign in response.

type SignInResponse = {
  cause?: AuthErrorReason
  error?: unknown
  status: SignInStatus
}