Zitadel.Auth.V1.UpdateMyPasswordRequest (zitadel_api v1.0.0-rc.7) View Source
Link to this section Summary
Link to this section Types
Specs
new_password() :: String.t()
Specs
old_password() :: String.t()
Specs
t() :: %Zitadel.Auth.V1.UpdateMyPasswordRequest{
new_password: new_password(),
old_password: old_password()
}