provider property

AuthProviderType provider

Gets the AuthProviderType this User is currently logged in with.

Implementation

AuthProviderType get provider {
  return realmCore.userGetAuthProviderType(this);
}