Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Settings related part is old.
  • Loading branch information
omercs committed Jan 27, 2014
1 parent 2a08c32 commit ed41726
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,6 @@ Logger.getInstance().setExternalLogger(new ILogger() {
Logger.getInstance().setLogLevel(Logger.LogLevel.Verbose);
```

## Settings
Token and authorization endpoint can be customized.
```
AuthenticationSettings.INSTANCE.setAuthorizeEndpoint("yourAuthorizeEndpoint");
AuthenticationSettings.INSTANCE.setTokenEndpoint("/oauth2/token");
```

## Oauth2 Bearer challange
AuthenticationParameters class provides functionality to get the authorization_uri from Oauth2 bearer challange.

Expand Down

0 comments on commit ed41726

Please sign in to comment.