Skip to main content

UseOauthCallbackParams

Signature

interface useOauthCallbackParams<T = any, U = any> 

Properties

Property

Modifiers

Type

Description

onFail?

(params: U | null) => void

(Optional)

onSuccess?

(params: T | null) => void

(Optional)