userPhoneNumber property

String? userPhoneNumber

Returns the phone number registered with the authentication platform upon sign-in.

On sign-out, null is returned.

サインイン時、認証プラットフォームに登録された電話番号を返します。

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

Implementation

String? get userPhoneNumber => adapter.userPhoneNumber;