File tree Expand file tree Collapse file tree 1 file changed +24
-3
lines changed Expand file tree Collapse file tree 1 file changed +24
-3
lines changed Original file line number Diff line number Diff line change 333
333
"@id" : "as:proxyUrl" ,
334
334
"@type" : "@id"
335
335
} ,
336
- "oauthClientAuthorize" : "as:oauthClientAuthorize" ,
337
- "provideClientKey" : "as:provideClientKey" ,
338
- "authorizeClientKey" : "as:authorizeClientKey" ,
336
+ "liked" : {
337
+ "@id" : "as:liked" ,
338
+ "@type" : "@id"
339
+ } ,
340
+ "oauthAuthorizationEndpoint" : {
341
+ "@id" : "as:oauthAuthorizationEndpoint" ,
342
+ "@type" : "@id"
343
+ } ,
344
+ "oauthTokenEndpoint" : {
345
+ "@id" : "as:oauthTokenEndpoint" ,
346
+ "@type" : "@id"
347
+ } ,
348
+ "provideClientKey" : {
349
+ "@id" : "as:provideClientKey" ,
350
+ "@type" : "@id"
351
+ } ,
352
+ "signClientKey" : {
353
+ "@id" : "as:signClientKey" ,
354
+ "@type" : "@id"
355
+ } ,
356
+ "sharedInbox" : {
357
+ "@id" : "as:sharedInbox" ,
358
+ "@type" : "@id"
359
+ } ,
339
360
"source" : "as:source"
340
361
}
341
362
}
You can’t perform that action at this time.
0 commit comments