Skip to content

localInternetIdentityProvider

localInternetIdentityProvider(port, canisterId?): string

Defined in: utils/constants.ts:27

Builds the local Internet Identity provider URL for the given replica port.

number

Port the local replica is exposed on (e.g. 4943 for dfx, 8000 for icp-cli managed networks).

string = LOCAL_INTERNET_IDENTITY_CANISTER_ID

Internet Identity canister ID. Defaults to the well-known principal LOCAL_INTERNET_IDENTITY_CANISTER_ID.

string