idToken property

String? idToken
getter/setter pair

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;