Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.42 KB

GetJwtCustomizer200ResponseOneOfContextSampleGrant.md

File metadata and controls

30 lines (21 loc) · 1.42 KB

GetJwtCustomizer200ResponseOneOfContextSampleGrant

Properties

Name Type Description Notes
type str [optional]
subject_token_context object arbitrary [optional]

Example

from py_logto.models.get_jwt_customizer200_response_one_of_context_sample_grant import GetJwtCustomizer200ResponseOneOfContextSampleGrant

# TODO update the JSON string below
json = "{}"
# create an instance of GetJwtCustomizer200ResponseOneOfContextSampleGrant from a JSON string
get_jwt_customizer200_response_one_of_context_sample_grant_instance = GetJwtCustomizer200ResponseOneOfContextSampleGrant.from_json(json)
# print the JSON string representation of the object
print(GetJwtCustomizer200ResponseOneOfContextSampleGrant.to_json())

# convert the object into a dict
get_jwt_customizer200_response_one_of_context_sample_grant_dict = get_jwt_customizer200_response_one_of_context_sample_grant_instance.to_dict()
# create an instance of GetJwtCustomizer200ResponseOneOfContextSampleGrant from a dict
get_jwt_customizer200_response_one_of_context_sample_grant_from_dict = GetJwtCustomizer200ResponseOneOfContextSampleGrant.from_dict(get_jwt_customizer200_response_one_of_context_sample_grant_dict)

[Back to Model list] [Back to API list] [Back to README]