onSuccessAuth property

ValueChanged<Credentials>? onSuccessAuth
getter/setter pair

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

Implementation

ValueChanged<oauth2.Credentials>? onSuccessAuth;