Skip to content

Commit

Permalink
Updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
GSingh01 authored Apr 24, 2020
1 parent 47e2204 commit 4782df5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ export default class Login extends React.PureComponent {
render() {
//apart from these props you can use any webview props
//for **secureStore**, you can pass expo's secure store or create your own wrapper,
//for *secureStore*, you can pass expo's secure store or create your own wrapper,
//which implements deleteItemAsync(key), getItemAsync(key), setItemAsync(key, data)
//**scope is optional**,if provided will overwrite the default scope {appId offline_access}
//**Suggestion**: with custom scope, id and refresh tokens will not be returned,
//*scope is optional*,if provided will overwrite the default scope {appId offline_access}
//*Suggestion*: with custom scope, id and refresh tokens will not be returned,
//so consider using format 'openid offline_access {your scope} '
return (
Expand Down

0 comments on commit 4782df5

Please sign in to comment.