hololinked.td.security_definitions.SecurityScheme
Bases: Schema
Represents a security scheme. schema - https://www.w3.org/TR/wot-thing-description11/#sec-security-vocabulary-definition
Source code in hololinked/hololinked/td/security_definitions.py
hololinked.td.security_definitions.NoSecurityScheme
hololinked.td.security_definitions.BasicSecurityScheme
Bases: SecurityScheme
Basic Security Scheme, username and password
Source code in hololinked/hololinked/td/security_definitions.py
hololinked.td.security_definitions.APIKeySecurityScheme
Bases: SecurityScheme
API Key Security Scheme
Source code in hololinked/hololinked/td/security_definitions.py
hololinked.td.security_definitions.OIDCSecurityScheme
Bases: SecurityScheme
OIDC Security Scheme