Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.52 KB

GetJwtCustomizer200ResponseOneOfContextSample.md

File metadata and controls

30 lines (21 loc) · 1.52 KB

GetJwtCustomizer200ResponseOneOfContextSample

Properties

Name Type Description Notes
user GetJwtCustomizer200ResponseOneOfContextSampleUser
grant GetJwtCustomizer200ResponseOneOfContextSampleGrant [optional]

Example

from py_logto.models.get_jwt_customizer200_response_one_of_context_sample import GetJwtCustomizer200ResponseOneOfContextSample

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

# convert the object into a dict
get_jwt_customizer200_response_one_of_context_sample_dict = get_jwt_customizer200_response_one_of_context_sample_instance.to_dict()
# create an instance of GetJwtCustomizer200ResponseOneOfContextSample from a dict
get_jwt_customizer200_response_one_of_context_sample_from_dict = GetJwtCustomizer200ResponseOneOfContextSample.from_dict(get_jwt_customizer200_response_one_of_context_sample_dict)

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