Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.95 KB

CreateWebAuthnRegistrationVerification200ResponseRegistrationOptionsExcludeCredentialsInner.md

File metadata and controls

31 lines (22 loc) · 1.95 KB

CreateWebAuthnRegistrationVerification200ResponseRegistrationOptionsExcludeCredentialsInner

Properties

Name Type Description Notes
type str
id str
transports List[str] [optional]

Example

from py_logto.models.create_web_authn_registration_verification200_response_registration_options_exclude_credentials_inner import CreateWebAuthnRegistrationVerification200ResponseRegistrationOptionsExcludeCredentialsInner

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

# convert the object into a dict
create_web_authn_registration_verification200_response_registration_options_exclude_credentials_inner_dict = create_web_authn_registration_verification200_response_registration_options_exclude_credentials_inner_instance.to_dict()
# create an instance of CreateWebAuthnRegistrationVerification200ResponseRegistrationOptionsExcludeCredentialsInner from a dict
create_web_authn_registration_verification200_response_registration_options_exclude_credentials_inner_from_dict = CreateWebAuthnRegistrationVerification200ResponseRegistrationOptionsExcludeCredentialsInner.from_dict(create_web_authn_registration_verification200_response_registration_options_exclude_credentials_inner_dict)

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