authVersion property

String? authVersion
getter/setter pair

The version of the Firebase Installations Internal Authentication scheme.

This value is used as Authorization-Type of HTTP-header "Authorization". Compare: https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication The internal client/server authentication of Firebase Installations may change in the future. Initial version is "FIS_v2". This field is optional. If not set the default version is assumed (FIS_v2).

Implementation

core.String? authVersion;