Fix field name of OAuthTokenProto.provider_id
This is a trivial proto change which doesn't even affect the generated code. Change-Id: I823054400ce068102443a1f6bc3d9ea175642b72
This commit is contained in:
@@ -43,5 +43,5 @@ message OAuthTokenProto {
|
|||||||
string secret = 2;
|
string secret = 2;
|
||||||
string raw = 3;
|
string raw = 3;
|
||||||
int64 expires_at = 4;
|
int64 expires_at = 4;
|
||||||
string providerId = 5;
|
string provider_id = 5;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user