We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f45b37 commit 86d3cbaCopy full SHA for 86d3cba
googleapis_auth/lib/src/service_account_credentials.dart
@@ -122,7 +122,7 @@ class ServiceAccountCredentials {
122
/// Signs the given [data] using RSA-SHA256 with this service account's
123
/// private key.
124
///
125
- /// Returns the signature as a list of bytes.
+ /// Returns the signature as a String.
126
127
/// This is useful for creating custom signed tokens or signing arbitrary
128
/// data with the service account's credentials.
0 commit comments