Skip to main content

Google.createOauthUrl

OAuth 인증 URL을 생성합니다.

Signature

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