Skip to main content

SocialOauthInit.createOauthUrl()

createOauthUrl 메서드는 OAuth 인증 URL을 생성합니다.

Signature

createOauthUrl(params: Record<string, any>): string;

Parameters

Parameter

Type

Description

params

Record<string, any>

OAuth 인증 요청에 필요한 파라미터

Returns

string

생성된 OAuth 인증 URL