Skip to content

Conversation

@mkb79
Copy link

@mkb79 mkb79 commented Dec 8, 2019

  • you don't need to register=True when instantiate a
    :class:audible.auth. FileAuthenticator
  • when you use :class:audible.auth. LoginAuthenticator it register
    as device by default
  • once a device is registered and credentials are stored, you don't
    need to use LoginAuthenticator again. If you register you gain a
    adp_token and device_cert for requesting api. adp_token and
    device_cert never expires. You need no check about this. Only access
    token expires after 60 Minutes. But if you use Audible <0.3 you cant
    use access_token for request.

- you don't need to ``register=True`` when instantiate a
:class:`audible.auth. FileAuthenticator `
- when you use :class:`audible.auth. LoginAuthenticator` it register
as device by default
- once a device is registered and credentials are stored, you don't
need to use LoginAuthenticator again. If you register you gain a
adp_token and device_cert for requesting api. adp_token and
device_cert never expires. You need no check about this. Only access
token expires after 60 Minutes. But if you use Audible <0.3 you cant
use access_token for request.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant