onRetrieveUserId property

FutureOr<String?> Function() onRetrieveUserId
final

The process of retrieving the authenticated user ID.

If Null is passed, it is assumed to be unauthenticated.

認証済みのユーザーIDを取得する処理。

Nullが渡された場合は認証してないとみなされます。

Implementation

final FutureOr<String?> Function() onRetrieveUserId;