Name | Type | Description | Notes |
---|---|---|---|
user | GetJwtCustomizer200ResponseOneOfContextSampleUser | ||
grant | GetJwtCustomizer200ResponseOneOfContextSampleGrant | [optional] |
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)