activeProviderIds property

List<String>? activeProviderIds

Returns a list of authenticated provider IDs upon sign-in.

On sign-out, null is returned.

サインイン時、認証されたプロバイダーのID一覧を返します。

サインアウト時はnullが返されます。

Implementation

List<String>? get activeProviderIds => adapter.activeProviderIds;