Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.23 KB

CorsConsumerAuthTokenEndpointOK.md

File metadata and controls

27 lines (20 loc) · 1.23 KB

CorsConsumerAuthTokenEndpointOK

Properties

Name Type Description Notes
cors_consumer_auth_token_endpoint_ok str [optional]

Example

from affinidi_tdk_iam_client.models.cors_consumer_auth_token_endpoint_ok import CorsConsumerAuthTokenEndpointOK

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

# convert the object into a dict
cors_consumer_auth_token_endpoint_ok_dict = cors_consumer_auth_token_endpoint_ok_instance.to_dict()
# create an instance of CorsConsumerAuthTokenEndpointOK from a dict
cors_consumer_auth_token_endpoint_ok_from_dict = CorsConsumerAuthTokenEndpointOK.from_dict(cors_consumer_auth_token_endpoint_ok_dict)

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