Service Authorization Types

GenericToken

GenericToken: str
Token used on TagoIO, string with 34 characters

TokenCreateResponse

Attributes:

The authorization token.
name: str
Name of the token.
profile: GenericID
Profile ID associated with the token.
additional_parameters: Optional[str]
[Optional] Verification code to validate middleware requests.

ServiceAuthorizationFilter

Attributes:

name: str
Name to filter service authorizations by.
Token to filter service authorizations by.

ServiceAuthorizationQuery(Query)

Attributes:

fields: Optional[List[“name” or “token” or “verification_code” or “created_at”]]
List of fields to include in the query results.
filter: Optional[ServiceAuthorizationFilter]
Filter criteria for the query.