Skip to content

Commit

Permalink
Fix README for new signInWithBrowser method (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjd authored and IldarAbdullin-okta committed Jan 17, 2019
1 parent 1e11dfc commit 411b06d
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 @@ -24,7 +24,7 @@ You can learn more on the [Okta + iOS](https://developer.okta.com/code/ios/) pag
- [Property list](#property-list)
- [Configuration object](#configuration-object)
- [API Reference](#api-reference)
- [signin](#signin)
- [signInWithBrowser](#signInWithBrowser)
- [signOutOfOkta](#signoutofokta)
- [isAuthenticated](#isauthenticated)
- [getUser](#getuser)
Expand Down Expand Up @@ -136,7 +136,7 @@ let config = [

## API Reference

### signin
### signInWithBrowser

Start the authorization flow by simply calling `signIn`. By default, this method uses the values specified in the `Okta.plist` file:

Expand Down

0 comments on commit 411b06d

Please sign in to comment.