Zitadel.Auth.V1.UpdateMyPasswordRequest (zitadel_api v1.0.0-rc.6) 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()
}

Link to this section Functions