Initialization
init
initconst testAppId = 'app_id_eg12sf3491azgs520' // Test App ID
const testAppKey = 'ak_test_ghq1D5s1sfG234sbnhdsw24mnovk313' // Test App Key
const attributes = {
type: 'hide',
defaultLanguage: 'ko',
defaultCurrency : 'KRW',
loginProviders: ['google', 'apple'],
}
const wepin = await Wepin.init(
testAppId,
testAppKey,
attributes
)isInitialized
isInitializedExample
Last updated
Was this helpful?