@tuwaio/satellite-connect-monorepo
SiweApiHooks
Defined in: packages/satellite-siwe-next-auth/src/types.ts:46
Interface for the custom SIWE API hooks block provided by the user.
Properties
afterLogout?
optionalafterLogout?: () =>void|Promise<void>
Defined in: packages/satellite-siwe-next-auth/src/types.ts:48
Hook executed after the user is successfully logged out.
Returns
void | Promise<void>
afterNonce?
optionalafterNonce?: () =>void|Promise<void>
Defined in: packages/satellite-siwe-next-auth/src/types.ts:50
Hook executed before SIWE message verification (e.g., when the message is available).
Returns
void | Promise<void>
afterSession?
optionalafterSession?: () =>void|Promise<void>
Defined in: packages/satellite-siwe-next-auth/src/types.ts:52
Hook executed after the session is successfully created/saved.
Returns
void | Promise<void>
afterVerify?
optionalafterVerify?: () =>void|Promise<void>
Defined in: packages/satellite-siwe-next-auth/src/types.ts:54
Hook executed after the SIWE signature is successfully verified.
Returns
void | Promise<void>