qcs_api_client.models.auth_reset_password_with_token_request#

Module Contents#

Classes#

AuthResetPasswordWithTokenRequest

Token may be requested with AuthEmailPasswordResetToken.

Attributes#

T

qcs_api_client.models.auth_reset_password_with_token_request.T#
class qcs_api_client.models.auth_reset_password_with_token_request.AuthResetPasswordWithTokenRequest#

Token may be requested with AuthEmailPasswordResetToken.

new_password#
Type

str

token#
Type

str

new_password :str#
token :str#
additional_properties :Dict[str, Any]#
to_dict(pick_by_predicate: Optional[Callable[[Any], bool]] = is_not_none) Dict[str, Any]#
classmethod from_dict(src_dict: Dict[str, Any]) T#
property additional_keys List[str]#
__getitem__(key: str) Any#
__setitem__(key: str, value: Any) None#
__delitem__(key: str) None#
__contains__(key: str) bool#