You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: grpc-client-spring-boot-autoconfigure/src/main/java/net/devh/boot/grpc/client/security/CallCredentialsHelper.java
+40-8Lines changed: 40 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -158,23 +158,23 @@ public static StubTransformer mappedCredentialsStubTransformer(
158
158
}
159
159
160
160
/**
161
-
* Creates a new call credential with the given token for bearer auth.
161
+
* Creates new call credentials with the given token for bearer auth.
162
162
*
163
163
* <p>
164
164
* <b>Note:</b> This method uses experimental grpc-java-API features.
165
165
* </p>
166
166
*
167
167
* @param token the bearer token to use
168
168
* @return The newly created bearer auth credentials.
0 commit comments