Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.59 KB

GetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue.md

File metadata and controls

30 lines (21 loc) · 1.59 KB

GetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue

Properties

Name Type Description Notes
user_id str
details object arbitrary [optional]

Example

from py_logto.models.get_jwt_customizer200_response_one_of_context_sample_user_identities_value import GetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue

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

# convert the object into a dict
get_jwt_customizer200_response_one_of_context_sample_user_identities_value_dict = get_jwt_customizer200_response_one_of_context_sample_user_identities_value_instance.to_dict()
# create an instance of GetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue from a dict
get_jwt_customizer200_response_one_of_context_sample_user_identities_value_from_dict = GetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue.from_dict(get_jwt_customizer200_response_one_of_context_sample_user_identities_value_dict)

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