Commit a83512b
feat(auth): add method for updating OAuth client (#840)
* feat(auth): add method for updating OAuth client
- Fix documentation saying `browser` when it should be `client`
- Fix clientId defined as raw String when it should be `UUID`
- Fix types defined as enum when it should be made resilient and defined as a RawRepresentable struct
* feat: add public init for UpdateOAuthClientParams
* test: add test for update oauth client
* docs: fix spelling and grammar in updateClient documentation (#841)
* Initial plan
* docs: fix spelling and grammar in updateClient documentation
Co-authored-by: grdsdev <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: grdsdev <[email protected]>
* Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
---------
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>1 parent 49fb42c commit a83512b
File tree
3 files changed
+197
-46
lines changed- Sources/Auth
- Tests/AuthTests
3 files changed
+197
-46
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
| 91 | + | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
102 | 122 | | |
103 | 123 | | |
104 | 124 | | |
105 | 125 | | |
106 | | - | |
| 126 | + | |
107 | 127 | | |
108 | | - | |
| 128 | + | |
109 | 129 | | |
110 | 130 | | |
111 | 131 | | |
| |||
119 | 139 | | |
120 | 140 | | |
121 | 141 | | |
122 | | - | |
| 142 | + | |
123 | 143 | | |
124 | | - | |
| 144 | + | |
125 | 145 | | |
126 | 146 | | |
127 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1032 | 1032 | | |
1033 | 1033 | | |
1034 | 1034 | | |
1035 | | - | |
1036 | | - | |
1037 | | - | |
| 1035 | + | |
| 1036 | + | |
| 1037 | + | |
| 1038 | + | |
| 1039 | + | |
| 1040 | + | |
| 1041 | + | |
| 1042 | + | |
| 1043 | + | |
| 1044 | + | |
| 1045 | + | |
| 1046 | + | |
| 1047 | + | |
1038 | 1048 | | |
1039 | 1049 | | |
1040 | 1050 | | |
1041 | 1051 | | |
1042 | | - | |
1043 | | - | |
| 1052 | + | |
| 1053 | + | |
| 1054 | + | |
| 1055 | + | |
| 1056 | + | |
| 1057 | + | |
| 1058 | + | |
| 1059 | + | |
| 1060 | + | |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
1044 | 1064 | | |
1045 | 1065 | | |
1046 | 1066 | | |
1047 | 1067 | | |
1048 | | - | |
1049 | | - | |
1050 | | - | |
| 1068 | + | |
| 1069 | + | |
| 1070 | + | |
| 1071 | + | |
| 1072 | + | |
| 1073 | + | |
| 1074 | + | |
| 1075 | + | |
| 1076 | + | |
| 1077 | + | |
| 1078 | + | |
| 1079 | + | |
1051 | 1080 | | |
1052 | 1081 | | |
1053 | 1082 | | |
1054 | 1083 | | |
1055 | | - | |
1056 | | - | |
1057 | | - | |
| 1084 | + | |
| 1085 | + | |
| 1086 | + | |
| 1087 | + | |
| 1088 | + | |
| 1089 | + | |
| 1090 | + | |
| 1091 | + | |
| 1092 | + | |
| 1093 | + | |
| 1094 | + | |
| 1095 | + | |
1058 | 1096 | | |
1059 | 1097 | | |
1060 | 1098 | | |
1061 | 1099 | | |
1062 | 1100 | | |
1063 | 1101 | | |
1064 | | - | |
| 1102 | + | |
1065 | 1103 | | |
1066 | 1104 | | |
1067 | 1105 | | |
| |||
1074 | 1112 | | |
1075 | 1113 | | |
1076 | 1114 | | |
| 1115 | + | |
| 1116 | + | |
1077 | 1117 | | |
1078 | 1118 | | |
1079 | 1119 | | |
| |||
1121 | 1161 | | |
1122 | 1162 | | |
1123 | 1163 | | |
| 1164 | + | |
| 1165 | + | |
| 1166 | + | |
| 1167 | + | |
| 1168 | + | |
| 1169 | + | |
| 1170 | + | |
| 1171 | + | |
| 1172 | + | |
| 1173 | + | |
| 1174 | + | |
| 1175 | + | |
| 1176 | + | |
| 1177 | + | |
| 1178 | + | |
| 1179 | + | |
| 1180 | + | |
| 1181 | + | |
| 1182 | + | |
| 1183 | + | |
| 1184 | + | |
| 1185 | + | |
| 1186 | + | |
| 1187 | + | |
| 1188 | + | |
| 1189 | + | |
| 1190 | + | |
| 1191 | + | |
| 1192 | + | |
1124 | 1193 | | |
1125 | 1194 | | |
1126 | 1195 | | |
| |||
0 commit comments