userEmail property

String? userEmail

Returns the email address registered with the authentication platform upon sign-in.

On sign-out, null is returned.

サインイン時、認証プラットフォームに登録されたメールアドレスを返します。

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

Implementation

String? get userEmail => adapter.userEmail;