provider property

  1. @Deprecated("Get the auth provider from the user identity.")
AuthProviderType provider

Gets the AuthProviderType this User is currently logged in with.

Implementation

@Deprecated("Get the auth provider from the user identity.")
AuthProviderType get provider {
  return identities.first.provider;
}