onSuccessAuth property

ValueChanged<Credentials>? onSuccessAuth
final

This function will be called when user successfully authenticates. It will receive the OAuth Credentials

Implementation

final ValueChanged<oauth2.Credentials>? onSuccessAuth;