snip.token.token.Token

class snip.token.token.Token(*, name: str, token: str, deployment_url: str = 'https://snip.roentgen.physik.uni-goettingen.de/')

Base token class. Not to be used directly.

Attributes

deployment_url

type

Return the type of the token.

name

token

Methods

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

__init__(*, name: str, token: str, deployment_url: str = 'https://snip.roentgen.physik.uni-goettingen.de/') None
abstract property type: str

Return the type of the token.