ebay-oauth-android-client icon indicating copy to clipboard operation
ebay-oauth-android-client copied to clipboard

eBay OAuth Android Client library

Results 4 ebay-oauth-android-client issues
Sort by recently updated
recently updated
newest added

I would see it as an enhancement if there would be a logout function.

In AuthorizationLink.kt some unfulfillable checks leave the user no choice but to enter invalid information. For redirect uri the RuName should be enterned (eg. Davy_Developer-DavyDeve-DavysT-euiukxwt) not https://my-accept-url. You can get...

I can get the app to work fine with the production API environment but for some reason it always returns null with the sandbox environment. Would you be able to...

Hello thank you for your work here. I have a few questions. ``` ApiSessionConfiguration.initialize( apiEnvironment = ApiEnvironment.PRODUCTION, apiConfiguration = ApiConfiguration( , , ) ) ``` Redirect Uri = Runame? As...