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 am attempting a private integration of the android zettle sdk, and would prefer to use the Assertion Grant rather than the authorization code grant. This is because I do not wish my users to have to type in an iZettle username and password, as well as their authentication with my own ordanisation. I'm hoping to authenticate the user myself, and then generate and pass on the zettle access token myself.
Is this possible with the android sdk? I cannot see any methods on the User object where I might use an access token to authenticate.
Or am I missing something fundamental? I'm new to OAuth and might have completely missed the point...
Thanks,
Chris
The text was updated successfully, but these errors were encountered:
I am attempting a private integration of the android zettle sdk, and would prefer to use the Assertion Grant rather than the authorization code grant. This is because I do not wish my users to have to type in an iZettle username and password, as well as their authentication with my own ordanisation. I'm hoping to authenticate the user myself, and then generate and pass on the zettle access token myself.
Is this possible with the android sdk? I cannot see any methods on the User object where I might use an access token to authenticate.
Or am I missing something fundamental? I'm new to OAuth and might have completely missed the point...
Thanks,
Chris
The text was updated successfully, but these errors were encountered: