Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type Aliases

A8ConnectInitOptions: { autoLogin: boolean; enabledWallets: string[] }

Type declaration

  • autoLogin: boolean
  • enabledWallets: string[]
DiscordAuthCredential: { discordUserId: string }

Type declaration

  • discordUserId: string
LoginResponse: { accessToken: string }

Type declaration

  • accessToken: string
PaginatedResponse<Data>: { data: Data[]; total: number }

Type Parameters

  • Data

Type declaration

  • data: Data[]
  • total: number
UserInfo: User & { session: AuthSession } & { accessedSites: AuthClientEntity[] }
WalletCredential: { walletAddress: string }

Type declaration

  • walletAddress: string

Generated using TypeDoc