social-common / pragma.account / AccountPlugin / onAccountCreated /
onAccountCreated #
abstract suspend fun onAccountCreated(pragmaAccount: PragmaAccount, idProviderAccount: IdProviderAccount)
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. |
idProviderAccount | IdProviderAccount used for the creation of this account. |