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_provider_configuration_user_name_templateimportAuthenticatorProviderConfigurationUserNameTemplate# TODO update the JSON string belowjson="{}"# create an instance of AuthenticatorProviderConfigurationUserNameTemplate from a JSON stringauthenticator_provider_configuration_user_name_template_instance=AuthenticatorProviderConfigurationUserNameTemplate.from_json(json)
# print the JSON string representation of the objectprint(AuthenticatorProviderConfigurationUserNameTemplate.to_json())
# convert the object into a dictauthenticator_provider_configuration_user_name_template_dict=authenticator_provider_configuration_user_name_template_instance.to_dict()
# create an instance of AuthenticatorProviderConfigurationUserNameTemplate from a dictauthenticator_provider_configuration_user_name_template_from_dict=AuthenticatorProviderConfigurationUserNameTemplate.from_dict(authenticator_provider_configuration_user_name_template_dict)