mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Add Google sign in credential to protobufs
This commit is contained in:
parent
7ed8fc01ee
commit
56585cabb6
2 changed files with 6 additions and 0 deletions
|
@ -46,3 +46,8 @@ message SamsungSignInCredential {
|
|||
string id_token = 3;
|
||||
string token_endpoint_url = 4;
|
||||
}
|
||||
|
||||
message GoogleSignInCredential {
|
||||
string auth_code = 1;
|
||||
string redirect_uri = 2;
|
||||
}
|
||||
|
|
|
@ -52,6 +52,7 @@ message LoginRequest {
|
|||
credentials.ParentChildCredential parent_child_credential = 105;
|
||||
credentials.AppleSignInCredential apple_sign_in_credential = 106;
|
||||
credentials.SamsungSignInCredential samsung_sign_in_credential = 107;
|
||||
credentials.GoogleSignInCredential google_sign_in_credential = 108;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue