[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-09-30 UTC."],[[["This function `google.appengine.api.app_identity.make_sign_blob_call` executes an RPC call to digitally sign a provided data blob."],["It requires a `UserRPC` instance and the blob to be signed, which must be either a string or bytes type."],["The function's output is a tuple containing the signing key name and the generated digital signature for the blob."],["The function may raise a `TypeError` if the input `bytes_to_sign` is neither a string nor bytes data type."],["This function is also available under the alias `google.appengine.api.app_identity.app_identity.make_sign_blob_call`."]]],[]]