solana-app-kit


solana-app-kit / state/auth/reducer / AuthState

Interface: AuthState

Defined in: src/state/auth/reducer.ts:5

Properties

address

address: null | string

Defined in: src/state/auth/reducer.ts:7


isLoggedIn

isLoggedIn: boolean

Defined in: src/state/auth/reducer.ts:8


profilePicUrl

profilePicUrl: null | string

Defined in: src/state/auth/reducer.ts:9


provider

provider: null | "privy" | "dynamic" | "turnkey"

Defined in: src/state/auth/reducer.ts:6


username

username: null | string

Defined in: src/state/auth/reducer.ts:10