blob: 4465a55d768d4eed283241c769985eb76b2eb5e4 [file] [log] [blame]
syntax = "proto3";
package aae.trustagent;
option java_package = "com.android.car.trust";
option java_outer_classname = "PhoneAuthProto";
message PhoneCredentials {
// Required field representing the escrow token that needs to be sent for authenticating the user
fixed64 escrow_token = 1;
// Required field representing the handle associated with the escrow token that needs to be sent
// for authenticating the user
fixed64 handle = 2;
}