You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you using React Navigation's deeplinking?
If yes, then please check the NOTE, in Android setup.
When integrating with React Navigation deep linking, be sure to make this scheme (and the scheme in the config's redirectUrl) unique from the scheme defined in the deep linking intent-filter. E.g. if the scheme in your intent-filter is set to com.myapp, then update the above scheme/redirectUrl to be com.myapp.auth #494 (comment).
Issue
MY CODE:
const config = {
clientId: 'MYCLIENTID',
redirectUrl: 'myapp:/authredirect',
scopes: [''],
serviceConfiguration: {
authorizationEndpoint: 'MYAUTHLINK',
tokenEndpoint: 'MYTOKENLINK'
}
}
const result = await authorize(config);
Environment
The text was updated successfully, but these errors were encountered: