Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.67 KB

File metadata and controls

31 lines (22 loc) · 1.67 KB

GeneratePasskeyRegistrationOptions200ResponseExcludeCredentialsInner

Properties

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

Example

from better_auth.models.generate_passkey_registration_options200_response_exclude_credentials_inner import GeneratePasskeyRegistrationOptions200ResponseExcludeCredentialsInner

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

# convert the object into a dict
generate_passkey_registration_options200_response_exclude_credentials_inner_dict = generate_passkey_registration_options200_response_exclude_credentials_inner_instance.to_dict()
# create an instance of GeneratePasskeyRegistrationOptions200ResponseExcludeCredentialsInner from a dict
generate_passkey_registration_options200_response_exclude_credentials_inner_from_dict = GeneratePasskeyRegistrationOptions200ResponseExcludeCredentialsInner.from_dict(generate_passkey_registration_options200_response_exclude_credentials_inner_dict)

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