What happened?
In the current implementation, the type AuthenticationInfo used in the gRPC interface corresponds to PushNotificationAuthenticationInfo in the JSON Schema. This inconsistency causes confusion and adds friction when generating cross-language bindings or documentation based on these definitions.
|
"PushNotificationAuthenticationInfo": { |
|
message AuthenticationInfo { |
Relevant log output
Code of Conduct