React-native-auth0: refreshToken

Created on 14 Dec 2016  路  1Comment  路  Source: auth0/react-native-auth0

How do I get a refreshToken?

Most helpful comment

This can be obtained by adding the following to the login method call: { scope: 'openid offline_access', device: 'SOMEDEVICE'}

>All comments

This can be obtained by adding the following to the login method call: { scope: 'openid offline_access', device: 'SOMEDEVICE'}

Was this page helpful?
0 / 5 - 0 ratings