virgil_sdk.jwt.jwt_body_content module¶
-
class
virgil_sdk.jwt.jwt_body_content.JwtBodyContent(app_id, identity, issued_at, expires_at, data)[source]¶ Bases:
objectJwtBodyContent represents content of Jwt.
-
property
additional_data¶ Jwt additional data
-
property
app_id¶ Jwt application id
-
property
expires_at¶ When jwt expire.
-
property
expires_at_timestamp¶
-
classmethod
from_json(json_loaded_dict)[source]¶ Initializes a new instance of the JwtBodyContent from json representation.
-
property
identity¶ Jwt identity.
-
property
identity_prefix¶
-
property
issued_at¶ Jwt issued at
-
property
issued_at_timestamp¶
-
property
issuer¶ Jwt issuer.
-
property
json¶ JwtBodyContent json representation.
-
property
subject_prefix¶
-
property