Skip to main content

Interface: AuthResponse

Defined in: packages/client/src/modules/auth/types.ts:1

Indexable

[key: string]: unknown

Extra server-provided fields exist at runtime but are intentionally untyped here.

Properties

exc_type?

optional exc_type?: string

Defined in: packages/client/src/modules/auth/types.ts:7


full_name?

optional full_name?: string

Defined in: packages/client/src/modules/auth/types.ts:4


home_page?

optional home_page?: string

Defined in: packages/client/src/modules/auth/types.ts:3


message?

optional message?: string

Defined in: packages/client/src/modules/auth/types.ts:2


tmp_id?

optional tmp_id?: string

Defined in: packages/client/src/modules/auth/types.ts:5


verification?

optional verification?: object

Defined in: packages/client/src/modules/auth/types.ts:6

message?

optional message?: string

method

method: string

status?

optional status?: boolean