localInternetIdentityProvider
localInternetIdentityProvider(
port,canisterId?):string
Defined in: utils/constants.ts:27
Builds the local Internet Identity provider URL for the given replica port.
Parameters
Section titled “Parameters”number
Port the local replica is exposed on (e.g. 4943 for dfx,
8000 for icp-cli managed networks).
canisterId?
Section titled “canisterId?”string = LOCAL_INTERNET_IDENTITY_CANISTER_ID
Internet Identity canister ID. Defaults to the well-known principal LOCAL_INTERNET_IDENTITY_CANISTER_ID.
Returns
Section titled “Returns”string