File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,38 +103,6 @@ Create a `plist` file named `Auth0.plist` in your app bundle with the following
103103</plist >
104104```
105105
106- #### Configure the Client ID and Domain programmatically
107-
108- <details >
109- <summary >For Web Auth</summary >
110-
111- ``` swift
112- Auth0
113- .webAuth (clientId : " YOUR_AUTH0_CLIENT_ID" , domain : " YOUR_AUTH0_DOMAIN" )
114- // ...
115- ```
116- </details >
117-
118- <details >
119- <summary >For the Authentication API client</summary >
120-
121- ``` swift
122- Auth0
123- .authentication (clientId : " YOUR_AUTH0_CLIENT_ID" , domain : " YOUR_AUTH0_DOMAIN" )
124- // ...
125- ```
126- </details >
127-
128- <details >
129- <summary >For the Management API client (Users)</summary >
130-
131- ``` swift
132- Auth0
133- .users (token : credentials.accessToken , domain : " YOUR_AUTH0_DOMAIN" )
134- // ...
135- ```
136- </details >
137-
138106### Configure Web Auth (iOS / macOS)
139107
140108#### Configure the callback and logout URLs
You can’t perform that action at this time.
0 commit comments