Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.44 KB

GetJwtCustomizer200ResponseOneOf.md

File metadata and controls

32 lines (23 loc) · 1.44 KB

GetJwtCustomizer200ResponseOneOf

Properties

Name Type Description Notes
script str
environment_variables Dict[str, str] [optional]
context_sample GetJwtCustomizer200ResponseOneOfContextSample [optional]
token_sample GetJwtCustomizer200ResponseOneOfTokenSample [optional]

Example

from py_logto.models.get_jwt_customizer200_response_one_of import GetJwtCustomizer200ResponseOneOf

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

# convert the object into a dict
get_jwt_customizer200_response_one_of_dict = get_jwt_customizer200_response_one_of_instance.to_dict()
# create an instance of GetJwtCustomizer200ResponseOneOf from a dict
get_jwt_customizer200_response_one_of_from_dict = GetJwtCustomizer200ResponseOneOf.from_dict(get_jwt_customizer200_response_one_of_dict)

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