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