openid/OpenYOLO-Android

Use spec draft 3 underscore-delimited forms of proto fields

iainmcgin opened this issue · 1 comments

We are currently using camel case field names (from spec draft 2). Change the protos to spec draft 3 form.

Just noticed CredentialRetrieveBbqResponse need to be updated:

message CredentialRetrieveBbqResponse {
    bytes retrieveIntent = 1;
    map<string, bytes> additionalProps = 2;
}