Skip to content

Commit

Permalink
add setter usage to the readme.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Oct 14, 2016
1 parent 2a8bc26 commit eb1dab6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,14 @@ WebAuthProvider.init(account)

> The default scope used is `openid`
#### Specify Connection scope

```java
WebAuthProvider.init(account)
.withConnectionScope("email profile calendar:read")
.start(MainActivity.this, authCallback, WEB_REQ_CODE);
```

#### Authenticate with Auth0 hosted login page

```java
Expand Down

0 comments on commit eb1dab6

Please sign in to comment.