Skip to main content

LinkReturnType

useOauthLinkCallback 훅의 반환 타입을 정의합니다.

Signature

interface LinkReturnType<T> 

Properties

Property

Modifiers

Type

Description

data

OauthResponse<T> | null

OAuth 응답 데이터를 나타냅니다.

isLoading

boolean

OAuth 콜백 처리 상태를 나타냅니다. 처리 중이면 true, 아니면 false입니다.