@Entity
public class Account
extends Object
Account for managing the authentication and credentials.
-
Constructor Summary
Constructors
protected
Creates a new
Account with the
createdAt set to the current
time.
Creates a new
Account with the given
API-key and
credentials.
-
Method Summary
-
Constructor Details
-
Account
protected Account()
Creates a new
Account with the
createdAt set to the current
time.
-
Account
public Account(@NonNull
@NonNull String apiKey,
@NonNull
@NonNull AuthAccount account)
Creates a new
Account with the given
API-key and
credentials.
- Parameters:
apiKey - the API-Key of the new Account
account - the account of the new Account
- See Also:
-
-