I followed your tutorial and was able to integrate this into my project.
Login.start(config).then(tokens => {
console.log(tokens);
});
Does not somehow work with android, as code never reaches then part, we have to handle incoming url manually.
Handling incoming deeplinks,
I am also able to get two codes in url under key: code and state.
How are these code supposed to be used further?
I want to extract access_token, refresh_token,user id and other informations
I followed your tutorial and was able to integrate this into my project.
Does not somehow work with android, as code never reaches then part, we have to handle incoming url manually.
Handling incoming deeplinks,
I am also able to get two codes in url under key:
codeandstate.How are these code supposed to be used further?
I want to extract access_token, refresh_token,user id and other informations