fix oauth
This commit is contained in:
@@ -44,6 +44,7 @@ message AuthorizeRequest {
|
||||
string redirectUri = 3;
|
||||
string scope = 4;
|
||||
optional string state = 5;
|
||||
optional string nonce = 6;
|
||||
}
|
||||
|
||||
message AuthorizeResponse {
|
||||
@@ -79,6 +80,10 @@ message UserInfoResponse {
|
||||
optional string phone = 3;
|
||||
string name = 4;
|
||||
optional string picture = 5;
|
||||
optional bool email_verified = 6;
|
||||
optional string preferred_username = 7;
|
||||
optional string phone_number = 8;
|
||||
optional bool phone_number_verified = 9;
|
||||
}
|
||||
|
||||
message SendOtpRequest {
|
||||
|
||||
Reference in New Issue
Block a user