Skip to main content

Apple

Apple OAuth 인증을 처리하는 클래스입니다. SocialOauthInit 클래스를 상속받아 구현되었습니다.

Signature

declare class Apple extends SocialOauthInit 

Extends: SocialOauthInit

Constructors

Constructor

Modifiers

Description

(constructor)(clientID)

Apple 클래스의 생성자입니다.

Properties

Property

Modifiers

Type

Description

createOauthUrl

<State>({ scope, state, ...params }: OauthUserReqParams<AppleAuthQueryParams, State>) => string

OAuth 인증 URL을 생성합니다.

loginToLink

<State>(params: OauthUserReqParams<AppleAuthQueryParams, State>) => void

로그인을 위한 OAuth 인증 링크로 리다이렉트합니다.

loginToPopup

<State>(params: OauthUserReqParams<AppleAuthQueryParams, State>) => void

로그인을 위한 OAuth 인증 팝업을 엽니다.

oAuthBaseUrl

string