Skip to content

Commit 1168a70

Browse files
evals-flywheel: remove programmatic Client ID and Domain config from … (#1209)
1 parent eab9ff7 commit 1168a70

1 file changed

Lines changed: 0 additions & 32 deletions

File tree

README.md

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)