@@ -153,7 +153,7 @@ import com.web3auth.core.types.Web3AuthOptions
153153val web3Auth = Web3Auth (
154154 Web3AuthOptions (
155155 context = this ,
156- clientId = " YOUR_WEB3AUTH_CLIENT_ID" , // Pass over your Web3Auth Client ID from Developer Dashboard
156+ clientId = " YOUR_WEB3AUTH_CLIENT_ID" , // Pass your Web3Auth Client ID, ideally using an environment variable
157157 network = Network .MAINNET ,
158158 redirectUrl = Uri .parse(" {YOUR_APP_PACKAGE_NAME}://auth" ),
159159 // focus-start
@@ -184,7 +184,7 @@ import com.web3auth.core.types.Web3AuthOptions
184184val web3Auth = Web3Auth (
185185 Web3AuthOptions (
186186 context = this ,
187- clientId = " YOUR_WEB3AUTH_CLIENT_ID" , // Pass over your Web3Auth Client ID from Developer Dashboard
187+ clientId = " YOUR_WEB3AUTH_CLIENT_ID" , // Pass your Web3Auth Client ID, ideally using an environment variable
188188 network = Network .MAINNET ,
189189 redirectUrl = Uri .parse(" {YOUR_APP_PACKAGE_NAME}://auth" ),
190190 // focus-start
@@ -218,7 +218,7 @@ import com.web3auth.core.types.Web3AuthOptions
218218val web3Auth = Web3Auth (
219219 Web3AuthOptions (
220220 context = this ,
221- clientId = " YOUR_WEB3AUTH_CLIENT_ID" , // Pass over your Web3Auth Client ID from Developer Dashboard
221+ clientId = " YOUR_WEB3AUTH_CLIENT_ID" , // Pass your Web3Auth Client ID, ideally using an environment variable
222222 network = Network .MAINNET ,
223223 redirectUrl = Uri .parse(" {YOUR_APP_PACKAGE_NAME}://auth" ),
224224 // focus-start
@@ -249,7 +249,7 @@ import com.web3auth.core.types.Web3AuthOptions
249249val web3Auth = Web3Auth (
250250 Web3AuthOptions (
251251 context = this ,
252- clientId = " YOUR_WEB3AUTH_CLIENT_ID" , // Pass over your Web3Auth Client ID from Developer Dashboard
252+ clientId = " YOUR_WEB3AUTH_CLIENT_ID" , // Pass your Web3Auth Client ID, ideally using an environment variable
253253 network = Network .MAINNET ,
254254 redirectUrl = Uri .parse(" {YOUR_APP_PACKAGE_NAME}://auth" ),
255255 // focus-start
@@ -370,7 +370,7 @@ import com.web3auth.core.types.Web3AuthOptions
370370val web3Auth = Web3Auth (
371371 Web3AuthOptions (
372372 context = this ,
373- clientId = " YOUR_WEB3AUTH_CLIENT_ID" , // Pass over your Web3Auth Client ID from Developer Dashboard
373+ clientId = " YOUR_WEB3AUTH_CLIENT_ID" , // Pass your Web3Auth Client ID, ideally using an environment variable
374374 network = Network .MAINNET ,
375375 redirectUrl = Uri .parse(" {YOUR_APP_PACKAGE_NAME}://auth" ),
376376 // focus-start
@@ -411,7 +411,7 @@ import com.web3auth.core.types.Web3AuthOptions
411411val web3Auth = Web3Auth (
412412 Web3AuthOptions (
413413 context = this ,
414- clientId = " YOUR_WEB3AUTH_CLIENT_ID" , // Pass over your Web3Auth Client ID from Developer Dashboard
414+ clientId = " YOUR_WEB3AUTH_CLIENT_ID" , // Pass your Web3Auth Client ID, ideally using an environment variable
415415 network = Network .MAINNET ,
416416 redirectUrl = Uri .parse(" {YOUR_APP_PACKAGE_NAME}://auth" ),
417417 // focus-start
@@ -450,7 +450,7 @@ import com.web3auth.core.types.Web3AuthOptions
450450val web3Auth = Web3Auth (
451451 Web3AuthOptions (
452452 context = this ,
453- clientId = " YOUR_WEB3AUTH_CLIENT_ID" , // Pass over your Web3Auth Client ID from Developer Dashboard
453+ clientId = " YOUR_WEB3AUTH_CLIENT_ID" , // Pass your Web3Auth Client ID, ideally using an environment variable
454454 network = Network .MAINNET ,
455455 redirectUrl = Uri .parse(" {YOUR_APP_PACKAGE_NAME}://auth" ),
456456 )
@@ -479,7 +479,7 @@ import com.web3auth.core.types.Web3AuthOptions
479479val web3Auth = Web3Auth (
480480 Web3AuthOptions (
481481 context = this ,
482- clientId = " YOUR_WEB3AUTH_CLIENT_ID" , // Pass over your Web3Auth Client ID from Developer Dashboard
482+ clientId = " YOUR_WEB3AUTH_CLIENT_ID" , // Pass your Web3Auth Client ID, ideally using an environment variable
483483 network = Network .MAINNET ,
484484 redirectUrl = Uri .parse(" {YOUR_APP_PACKAGE_NAME}://auth" ),
485485 )
@@ -510,7 +510,7 @@ import com.web3auth.core.types.Web3AuthOptions
510510val web3Auth = Web3Auth (
511511 Web3AuthOptions (
512512 context = this ,
513- clientId = " YOUR_WEB3AUTH_CLIENT_ID" , // Pass over your Web3Auth Client ID from Developer Dashboard
513+ clientId = " YOUR_WEB3AUTH_CLIENT_ID" , // Pass your Web3Auth Client ID, ideally using an environment variable
514514 network = Network .MAINNET ,
515515 redirectUrl = Uri .parse(" {YOUR_APP_PACKAGE_NAME}://auth" ),
516516 // focus-start
0 commit comments