REST.Backend.ServiceTypes.IBackendAuthApi.SignupUser

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.