Called on
auth.tokens Source
src/ksef2/clients/tokens.py:73 Generated from async source src/ksef2/clients/async_tokens.py auth.tokens.generate(*, permissions: list[TokenPermission], description: str, timeout: float = 60.0, poll_interval: float = 1.0) -> GenerateTokenResponseReturns
GenerateTokenResponse Parameters
permissions list[TokenPermission] description str timeout float poll_interval float Called on
auth.tokens Source
src/ksef2/clients/async_tokens.py:70 Authored source await auth.tokens.generate(*, permissions: list[TokenPermission], description: str, timeout: float = 60.0, poll_interval: float = 1.0) -> GenerateTokenResponseReturns
GenerateTokenResponse Parameters
permissions list[TokenPermission] description str timeout float poll_interval float