snip.token.tokenΒΆ

Token module hold implementation for token objects.

We implement a token class to hold all information about an access token.

Classes

AccountToken(*, name, token[, deployment_url])

Account tokens are valid for account based access, i.e. not tied to a specific book.

BookToken(*, name, token[, deployment_url])

Book tokens are only valid for book based access.

Token(*, name, token[, deployment_url])

Base token class.