credential property

Future<Credential?> credential
final

A Future that completes with a Credential after the user has signed in and the browser is redirected to the app. Otherwise, it completes with null.

Implementation

final Future<Credential?> credential;