RegistrationApi class
Constructors
- RegistrationApi([ApiClient? apiClient])
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registrationCreate(
RegistrationCreate registrationCreate) → Future< Registration?> - Create a new registeration and sends out an activation email.
-
registrationCreateWithHttpInfo(
RegistrationCreate registrationCreate) → Future< Response> - Create a new registeration and sends out an activation email.
-
registrationVerifyCreate(
String code) → Future< UserVerified?> - Verifiy registration email, create user and return login token
-
registrationVerifyCreateWithHttpInfo(
String code) → Future< Response> - Verifiy registration email, create user and return login token
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited