Skip to content

Commit 92994b4

Browse files
committedAug 14, 2017
Removed reference to API v1
1 parent 3d29733 commit 92994b4

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed
 

‎README.md

-15
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,6 @@ auth0 = Auth0Client.new(
3535
puts auth0.get_users
3636
```
3737

38-
Using [APIv1](https://auth0.com/docs/api/v1)
39-
40-
```ruby
41-
require "auth0"
42-
43-
auth0 = Auth0Client.new(
44-
:client_id => "YOUR CLIENT ID",
45-
:client_secret => "YOUR CLIENT SECRET",
46-
:domain => "<YOUR ACCOUNT>.auth0.com",
47-
:api_version => 1
48-
)
49-
50-
puts auth0.get_users
51-
```
52-
5338
### Timeout
5439
You can setup a custom timeout in the Auth0Client. By default it is set to 10 minutes.
5540

0 commit comments

Comments
 (0)
Please sign in to comment.