credential property
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;
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
.
final Future<Credential?> credential;