File tree Expand file tree Collapse file tree 3 files changed +195
-185
lines changed Expand file tree Collapse file tree 3 files changed +195
-185
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ message ListAuthProviderDescriptionsResponse {
79
79
80
80
message UpdateAuthProviderRequest {
81
81
string auth_provider_id = 1 ;
82
-
83
- OAuth2Config oauth2_config = 2 ;
82
+ optional string client_id = 2 ;
83
+ optional string client_secret = 3 ;
84
84
}
85
85
86
86
message UpdateAuthProviderResponse {}
@@ -95,8 +95,8 @@ message AuthProviderDescription {
95
95
AuthProviderType type = 4 ;
96
96
string host = 5 ;
97
97
98
- optional string icon = 6 ;
99
- optional string description = 7 ;
98
+ string icon = 6 ;
99
+ string description = 7 ;
100
100
}
101
101
102
102
message AuthProvider {
@@ -110,9 +110,9 @@ message AuthProvider {
110
110
AuthProviderType type = 4 ;
111
111
string host = 5 ;
112
112
113
- optional string icon = 6 ;
114
- optional string description = 7 ;
115
- optional string settings_url = 8 ;
113
+ string icon = 6 ;
114
+ string description = 7 ;
115
+ string settings_url = 8 ;
116
116
117
117
bool verified = 9 ;
118
118
bool enable_login = 10 ;
You can’t perform that action at this time.
0 commit comments