pypresscart.models.auth

Auth models.

Classes

TokenInfo(*[, source, team_id, token_type, ...])

Response from GET /auth/token.

class pypresscart.models.auth.TokenInfo(*, source=None, team_id=None, token_type=None, scopes=[], pro_pricing_enabled=None, **extra_data)[source]

Bases: PresscartModel

Response from GET /auth/token.

Parameters:
source: str | None
team_id: str | None
token_type: TokenType | str | None
scopes: list[str]
pro_pricing_enabled: bool | None