Method | Description | |
---|---|---|
ChangePassword ( string oldPassword, string newPassword, |
Changes the password.
|
|
ConfirmEmail ( string email, string code, |
Confirms the specified email.
|
|
CreateCard ( |
Creates the card.
|
|
CreateContact ( |
Creates the contact.
|
|
CreateEvent ( EventModel eventModel, |
Creates the event.
|
|
CreateOrganisation ( |
Creates the organisation.
|
|
DeleteCard ( System.Guid id, |
Deletes the card.
|
|
DeleteContact ( System.Guid id, |
Deletes the contact.
|
|
EmailExist ( string email, |
Emails the exist.
|
|
GetCard ( System.Guid id, |
Gets the card.
|
|
GetContacts ( string searchText, int page, int pageSize, |
The get contacts.
|
|
GetCurrentUserInfo ( |
Get the currently logged in user.
|
|
GetEventById ( System.Guid id, |
Gets the event by identifier.
|
|
GetOwnedEvents ( GetEventsRequest request, |
|
|
GetUser ( System.Guid id, |
Gets the user.
|
|
IsCredentialsSet ( ) : bool |
Determines whether [is credentials set].
|
|
IsUserConfirmed ( |
Determines whether the currently logged in user has confirmed their email.
|
|
Login ( string email, string password, |
Logins the specified email.
|
|
Recover ( string email, |
Recovers the specified email.
|
|
Register ( |
Registers the specified register.
|
|
ResendConfirmation ( string email, |
Resends the confirmation.
|
|
ResetPassword ( string email, string code, string password, string confirmPassword, |
Resets the password.
|
|
SendCard ( System.Guid id, |
Sends the card.
|
|
UpdateCard ( |
Updates the card.
|
|
UpdateContact ( |
Updates the contact.
|
|
UpdateEvent ( System.Guid id, EventModel eventModel, |
Updates the event.
|
|
UploadProfileImage ( byte data, |
Uploads the profile image.
|
public ChangePassword ( string oldPassword, string newPassword, |
||
oldPassword | string | The old password. |
newPassword | string | The new password. |
token | The token. | |
return | Task |
public ConfirmEmail ( string email, string code, |
||
string | The email. | |
code | string | The code. |
token | The token. | |
return | Task |
public CreateCard ( |
||
card | /// The card. /// | |
token | /// The token. /// | |
return | Task |
public CreateContact ( |
||
contact | /// The contact. /// | |
token | /// The token. /// | |
return | Task |
public CreateEvent ( EventModel eventModel, |
||
eventModel | EventModel | The event model. |
token | The token. | |
return | Task |
public CreateOrganisation ( |
||
organisationModel | The organisation model. | |
token | The token. | |
return | Task |
public DeleteCard ( System.Guid id, |
||
id | System.Guid | /// The id. /// |
token | /// The token. /// | |
return | Task |
public DeleteContact ( System.Guid id, |
||
id | System.Guid | /// The id. /// |
token | /// The token. /// | |
return | Task |
public EmailExist ( string email, |
||
string | The email. | |
token | The token. | |
return | Task |
public GetCard ( System.Guid id, |
||
id | System.Guid | /// The id. /// |
token | /// The token. /// | |
return | Task |
public GetContacts ( string searchText, int page, int pageSize, |
||
searchText | string | /// The search text. /// |
page | int | /// The page. /// |
pageSize | int | /// The page size. /// |
token | /// The token. /// | |
return | Task |
public GetCurrentUserInfo ( |
||
token | The token. | |
return | Task |
public GetEventById ( System.Guid id, |
||
id | System.Guid | The identifier. |
token | The token. | |
return | Task |
public GetOwnedEvents ( GetEventsRequest request, |
||
request | GetEventsRequest | |
token | ||
return | Task |
public GetUser ( System.Guid id, |
||
id | System.Guid | /// The id. /// |
token | /// The token. /// | |
return | Task |
public IsUserConfirmed ( |
||
token | The token. | |
return | Task |
public Login ( string email, string password, |
||
string | The email. | |
password | string | The password. |
token | The token. | |
return | Task |
public Recover ( string email, |
||
string | The email. | |
token | The token. | |
return | Task |
public Register ( |
||
register | The register. | |
token | The token. | |
return | Task |
public ResendConfirmation ( string email, |
||
string | The email. | |
token | The token. | |
return | Task |
public ResetPassword ( string email, string code, string password, string confirmPassword, |
||
string | The email. | |
code | string | The code. |
password | string | The password. |
confirmPassword | string | The confirm password. |
token | The token. | |
return | Task |
public SendCard ( System.Guid id, |
||
id | System.Guid | /// The id. /// |
model | /// The model. /// | |
token | /// The token. /// | |
return | Task |
public UpdateCard ( |
||
card | /// The card. /// | |
token | /// The token. /// | |
return | Task |
public UpdateContact ( |
||
contact | /// The contact. /// | |
token | /// The token. /// | |
return | Task |
public UpdateEvent ( System.Guid id, EventModel eventModel, |
||
id | System.Guid | The identifier. |
eventModel | EventModel | The event model. |
token | The token. | |
return | Task |
public UploadProfileImage ( byte data, |
||
data | byte | The data. |
token | The token. | |
return | Task |