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
I could not find a solution in the existing issues, docs, nor discussions
Describe your problem
On the official Android SDK, we can login with access token using Matrix.authenticationService().createSessionFromSso(config, credentials)
While searching in the Dart SDK, i didn't find a similar method to login. Is LoginType.mLoginToken the equivalent of create session from sso on Android side ?
Describe your ideal solution
Can you add a sample of how to login using token to your readme or example file ?
Version
0.22.6
Security requirements
No response
Additional Context
No response
The content you are editing has changed. Please copy your edits and refresh the page.
Thank you, @MichalNemec and @krille-chan , for your prompt replies. I attempted to integrate my own login method using matrix_api_lite; however, it turns out that I do not require a complete SSO login mechanism. Instead, I simply need to log in with a token that I already possess, like it is described at the very end of this page
Preflight Checklist
Describe your problem
On the official Android SDK, we can login with access token using
Matrix.authenticationService().createSessionFromSso(config, credentials)
While searching in the Dart SDK, i didn't find a similar method to login. Is
LoginType.mLoginToken
the equivalent of create session from sso on Android side ?Describe your ideal solution
Can you add a sample of how to login using token to your readme or example file ?
Version
0.22.6
Security requirements
No response
Additional Context
No response
Tasks
The text was updated successfully, but these errors were encountered: