userName property

String? userName

Returns the user name on the authentication platform during sign-in.

On sign-out, null is returned.

サインイン時、、認証プラットフォーム上のユーザー名を返します。

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

Implementation

String? get userName => adapter.userName;