Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.07 KB

ApiV1PasswordSrp1PostRequest.md

File metadata and controls

28 lines (20 loc) · 1.07 KB

ApiV1PasswordSrp1PostRequest

Properties

Name Type Description Notes
client_public_key str

Example

from infisicalapi_client.models.api_v1_password_srp1_post_request import ApiV1PasswordSrp1PostRequest

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

# convert the object into a dict
api_v1_password_srp1_post_request_dict = api_v1_password_srp1_post_request_instance.to_dict()
# create an instance of ApiV1PasswordSrp1PostRequest from a dict
api_v1_password_srp1_post_request_from_dict = ApiV1PasswordSrp1PostRequest.from_dict(api_v1_password_srp1_post_request_dict)

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