Can anyone create account in my app if my config is public?

Im exposing the public variables via an endpoint:

AUTH0_JWKS_URI=
AUTH0_AUDIENCE=
AUTH0_DOMAIN=
AUTH0_CLIENT_ID=

I dont restrict by web origin because i want mobile apps to use it. So anyone can create an account in my system? Id like only 1 mobile app to create accounts here.