Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.64 KB

CreateWebAuthnRegistrationVerification200ResponseRegistrationOptionsRp.md

File metadata and controls

30 lines (21 loc) · 1.64 KB

CreateWebAuthnRegistrationVerification200ResponseRegistrationOptionsRp

Properties

Name Type Description Notes
name str
id str [optional]

Example

from py_logto.models.create_web_authn_registration_verification200_response_registration_options_rp import CreateWebAuthnRegistrationVerification200ResponseRegistrationOptionsRp

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

# convert the object into a dict
create_web_authn_registration_verification200_response_registration_options_rp_dict = create_web_authn_registration_verification200_response_registration_options_rp_instance.to_dict()
# create an instance of CreateWebAuthnRegistrationVerification200ResponseRegistrationOptionsRp from a dict
create_web_authn_registration_verification200_response_registration_options_rp_from_dict = CreateWebAuthnRegistrationVerification200ResponseRegistrationOptionsRp.from_dict(create_web_authn_registration_verification200_response_registration_options_rp_dict)

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