Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
glena committed Jan 2, 2017
1 parent 898a839 commit 4008201
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ Parameters:

### API

- **login(options)**: Redirects to the hosted login page to initialize an authN/authZ transaction.
- **authorize(options)**: Redirects to the hosted login page to initialize an authN/authZ transaction.

```js
auth0.login({
auth0.authorize({
audience: 'url:auth:some-audience',
scope: 'read:something write:otherthing',
responseType: 'token',
Expand Down

0 comments on commit 4008201

Please sign in to comment.