RegistrationApi class

Constructors

RegistrationApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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