onAfterMicrosoftAccountCreated property

AfterMicrosoftAccountCreatedFunction? onAfterMicrosoftAccountCreated
final

Callback to be invoked after a new Microsoft account has been created and linked to an auth user.

This can be used to perform additional setup tasks after the Microsoft account has been created and linked.

Implementation

final AfterMicrosoftAccountCreatedFunction? onAfterMicrosoftAccountCreated;