You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromokta.models.authenticator_method_with_verifiable_propertiesimportAuthenticatorMethodWithVerifiableProperties# TODO update the JSON string belowjson="{}"# create an instance of AuthenticatorMethodWithVerifiableProperties from a JSON stringauthenticator_method_with_verifiable_properties_instance=AuthenticatorMethodWithVerifiableProperties.from_json(json)
# print the JSON string representation of the objectprint(AuthenticatorMethodWithVerifiableProperties.to_json())
# convert the object into a dictauthenticator_method_with_verifiable_properties_dict=authenticator_method_with_verifiable_properties_instance.to_dict()
# create an instance of AuthenticatorMethodWithVerifiableProperties from a dictauthenticator_method_with_verifiable_properties_from_dict=AuthenticatorMethodWithVerifiableProperties.from_dict(authenticator_method_with_verifiable_properties_dict)