jsonKeyData property

String? jsonKeyData
final

Raw service account JSON data as a string.

Alternative to jsonKey file path. Contains the service account credentials directly as JSON string data. Useful when credentials are stored as environment variables or secrets.

Implementation

final String? jsonKeyData;