(s, o)
| 32163 | return s({ path: a, method: u, operation: _, securities: x, ...w }) |
| 32164 | }, |
| 32165 | loaded = (s, o) => (i) => { |
| 32166 | const { getConfigs: a, authActions: u } = o, |
| 32167 | _ = a() |
| 32168 | if ((s(i), _.persistAuthorization)) { |
| 32169 | const s = localStorage.getItem('authorized') |
| 32170 | s && u.restoreAuthorization({ authorized: JSON.parse(s) }) |
| 32171 | } |
| 32172 | }, |
| 32173 | wrap_actions_authorize = (s, o) => (i) => { |
| 32174 | s(i) |
| 32175 | if (o.getConfigs().persistAuthorization) |