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
{{ message }}
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
consumerKey: The API key
accessCode: Provide an access code if the user is already authenticated
callbackUri: The callback URL is called by Pocket after authentication
handler: Use a custom HttpMessageHandler
timeout:Request timeout (in seconds)
You can change the Access Code after initialization:
_client.AccessCode="[YOU_ACCESS_CODE]";
Before authentication you will need to provide the callbackUri for authentication requests.
After authentication you will need to provide the accessCode.