Service Authorization Types¶
GenericToken¶
GenericToken: strToken used on TagoIO, string with 34 characters
TokenCreateResponse¶
Attributes:
token: GenericTokenThe authorization token.name: strName of the token.profile: GenericIDProfile ID associated with the token.additional_parameters: Optional[str][Optional] Verification code to validate middleware requests.
ServiceAuthorizationFilter¶
Attributes:
name: strName to filter service authorizations by.token: GenericTokenToken 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.