Skip to content

Commit

Permalink
Clarify return value in device auth fn comment (youtube#3849)
Browse files Browse the repository at this point in the history
b/341795489
  • Loading branch information
hlwarriner authored Aug 29, 2024
1 parent 512f16e commit 29ee2fa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cobalt/browser/device_authentication.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ namespace cobalt {
namespace browser {

// Returns a base64 encoded SHA256 hash representing the device authentication
// signature based on the device certification scope and the current time.
// signature, the device certification scope, and the current time as query
// parameters in a string. The signature is the result of signing a message,
// containing the certification scope and the current time, with a secret key
// provided by the device.
std::string GetDeviceAuthenticationSignedURLQueryString();

// The following methods are deterministic helper functions used in the
Expand Down

0 comments on commit 29ee2fa

Please sign in to comment.