social-common / pragma.account / AccountPlugin / onAccountCreated /

onAccountCreated #

abstract suspend fun onAccountCreated(pragmaAccount: PragmaAccount)

Called after an account is created. Use this to make any desired updates to the user’s account.

Used by

  • AccountService.authenticateOrCreateV2

Parameters #

pragmaAccount

PragmaAccount of the newly created user.