AuthenticationResult type

type AuthenticationResult = CommonAuthenticationResult & {
  account: AccountInfo
}