idToken property
The idToken to use for requests.
If set to null, all requests will be unauthenticated. If set, all requests will add the auth parameter and thus be authenticated.
Implementation
String? idToken;
The idToken to use for requests.
If set to null, all requests will be unauthenticated. If set, all requests will add the auth parameter and thus be authenticated.
String? idToken;