We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 332b42b commit c194c21Copy full SHA for c194c21
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