API:REST.Backend.ServiceTypes.TBackendAuthApi.SignupUser

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SignupUser(const AUserName, APassword: string; const AUserData: TJSONObject;  out ACreatedObject: TBackendEntityValue);

C++

void __fastcall SignupUser(const System::UnicodeString AUserName, const System::UnicodeString APassword, System::Json::TJSONObject* const AUserData, /* out */ Rest::Backend::Metatypes::TBackendEntityValue &ACreatedObject);

Properties

Type Visibility Source Unit Parent
procedure
function
public
REST.Backend.ServiceTypes.pas
REST.Backend.ServiceTypes.hpp
REST.Backend.ServiceTypes TBackendAuthApi

Description

Embarcadero Technologies does not currently have any additional information.