|
|
|
@ -797,66 +797,7 @@ |
|
|
|
"isOptional": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"type": "Guid", |
|
|
|
"name": "client", |
|
|
|
"isOptional": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"type": "CancellationToken", |
|
|
|
"name": "cancellationToken", |
|
|
|
"isOptional": true |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"returnType": "List<OpenIddictToken>", |
|
|
|
"namespace": "Volo.Abp.OpenIddict.Tokens", |
|
|
|
"name": "FindAsync", |
|
|
|
"summary": null, |
|
|
|
"isAsync": true, |
|
|
|
"isPublic": true, |
|
|
|
"isPrivate": false, |
|
|
|
"isStatic": false, |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
"type": "String", |
|
|
|
"name": "subject", |
|
|
|
"isOptional": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"type": "Guid", |
|
|
|
"name": "client", |
|
|
|
"isOptional": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"type": "String", |
|
|
|
"name": "status", |
|
|
|
"isOptional": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"type": "CancellationToken", |
|
|
|
"name": "cancellationToken", |
|
|
|
"isOptional": true |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"returnType": "List<OpenIddictToken>", |
|
|
|
"namespace": "Volo.Abp.OpenIddict.Tokens", |
|
|
|
"name": "FindAsync", |
|
|
|
"summary": null, |
|
|
|
"isAsync": true, |
|
|
|
"isPublic": true, |
|
|
|
"isPrivate": false, |
|
|
|
"isStatic": false, |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
"type": "String", |
|
|
|
"name": "subject", |
|
|
|
"isOptional": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"type": "Guid", |
|
|
|
"type": "Nullable<Guid>", |
|
|
|
"name": "client", |
|
|
|
"isOptional": false |
|
|
|
}, |
|
|
|
@ -1036,6 +977,43 @@ |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"returnType": "ValueTask<Int64>", |
|
|
|
"namespace": "Volo.Abp.OpenIddict.Tokens", |
|
|
|
"name": "RevokeAsync", |
|
|
|
"summary": null, |
|
|
|
"isAsync": false, |
|
|
|
"isPublic": true, |
|
|
|
"isPrivate": false, |
|
|
|
"isStatic": false, |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
"type": "String", |
|
|
|
"name": "subject", |
|
|
|
"isOptional": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"type": "Nullable<Guid>", |
|
|
|
"name": "applicationId", |
|
|
|
"isOptional": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"type": "String", |
|
|
|
"name": "status", |
|
|
|
"isOptional": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"type": "String", |
|
|
|
"name": "type", |
|
|
|
"isOptional": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"type": "CancellationToken", |
|
|
|
"name": "cancellationToken", |
|
|
|
"isOptional": true |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"returnType": "ValueTask<Int64>", |
|
|
|
"namespace": "Volo.Abp.OpenIddict.Tokens", |
|
|
|
@ -1054,7 +1032,51 @@ |
|
|
|
{ |
|
|
|
"type": "CancellationToken", |
|
|
|
"name": "cancellationToken", |
|
|
|
"isOptional": true |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"returnType": "ValueTask<Int64>", |
|
|
|
"namespace": "Volo.Abp.OpenIddict.Tokens", |
|
|
|
"name": "RevokeByApplicationIdAsync", |
|
|
|
"summary": null, |
|
|
|
"isAsync": false, |
|
|
|
"isPublic": true, |
|
|
|
"isPrivate": false, |
|
|
|
"isStatic": false, |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
"type": "Guid", |
|
|
|
"name": "applicationId", |
|
|
|
"isOptional": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"type": "CancellationToken", |
|
|
|
"name": "cancellationToken", |
|
|
|
"isOptional": true |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"returnType": "ValueTask<Int64>", |
|
|
|
"namespace": "Volo.Abp.OpenIddict.Tokens", |
|
|
|
"name": "RevokeBySubjectAsync", |
|
|
|
"summary": null, |
|
|
|
"isAsync": false, |
|
|
|
"isPublic": true, |
|
|
|
"isPrivate": false, |
|
|
|
"isStatic": false, |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
"type": "String", |
|
|
|
"name": "subject", |
|
|
|
"isOptional": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"type": "CancellationToken", |
|
|
|
"name": "cancellationToken", |
|
|
|
"isOptional": true |
|
|
|
} |
|
|
|
] |
|
|
|
} |
|
|
|
@ -1344,10 +1366,20 @@ |
|
|
|
"isOptional": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"type": "Guid", |
|
|
|
"type": "Nullable<Guid>", |
|
|
|
"name": "client", |
|
|
|
"isOptional": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"type": "String", |
|
|
|
"name": "status", |
|
|
|
"isOptional": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"type": "String", |
|
|
|
"name": "type", |
|
|
|
"isOptional": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"type": "CancellationToken", |
|
|
|
"name": "cancellationToken", |
|
|
|
@ -1358,26 +1390,16 @@ |
|
|
|
{ |
|
|
|
"returnType": "List<OpenIddictAuthorization>", |
|
|
|
"namespace": "Volo.Abp.OpenIddict.Authorizations", |
|
|
|
"name": "FindAsync", |
|
|
|
"name": "FindByApplicationIdAsync", |
|
|
|
"summary": null, |
|
|
|
"isAsync": true, |
|
|
|
"isPublic": true, |
|
|
|
"isPrivate": false, |
|
|
|
"isStatic": false, |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
"type": "String", |
|
|
|
"name": "subject", |
|
|
|
"isOptional": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"type": "Guid", |
|
|
|
"name": "client", |
|
|
|
"isOptional": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"type": "String", |
|
|
|
"name": "status", |
|
|
|
"name": "applicationId", |
|
|
|
"isOptional": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
@ -1388,33 +1410,40 @@ |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"returnType": "List<OpenIddictAuthorization>", |
|
|
|
"returnType": "OpenIddictAuthorization", |
|
|
|
"namespace": "Volo.Abp.OpenIddict.Authorizations", |
|
|
|
"name": "FindAsync", |
|
|
|
"name": "FindByIdAsync", |
|
|
|
"summary": null, |
|
|
|
"isAsync": true, |
|
|
|
"isPublic": true, |
|
|
|
"isPrivate": false, |
|
|
|
"isStatic": false, |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
"type": "String", |
|
|
|
"name": "subject", |
|
|
|
"isOptional": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"type": "Guid", |
|
|
|
"name": "client", |
|
|
|
"name": "id", |
|
|
|
"isOptional": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"type": "String", |
|
|
|
"name": "status", |
|
|
|
"isOptional": false |
|
|
|
}, |
|
|
|
"type": "CancellationToken", |
|
|
|
"name": "cancellationToken", |
|
|
|
"isOptional": true |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"returnType": "List<OpenIddictAuthorization>", |
|
|
|
"namespace": "Volo.Abp.OpenIddict.Authorizations", |
|
|
|
"name": "FindBySubjectAsync", |
|
|
|
"summary": null, |
|
|
|
"isAsync": true, |
|
|
|
"isPublic": true, |
|
|
|
"isPrivate": false, |
|
|
|
"isStatic": false, |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
"type": "String", |
|
|
|
"name": "type", |
|
|
|
"name": "subject", |
|
|
|
"isOptional": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
@ -1427,7 +1456,7 @@ |
|
|
|
{ |
|
|
|
"returnType": "List<OpenIddictAuthorization>", |
|
|
|
"namespace": "Volo.Abp.OpenIddict.Authorizations", |
|
|
|
"name": "FindByApplicationIdAsync", |
|
|
|
"name": "ListAsync", |
|
|
|
"summary": null, |
|
|
|
"isAsync": true, |
|
|
|
"isPublic": true, |
|
|
|
@ -1435,8 +1464,13 @@ |
|
|
|
"isStatic": false, |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
"type": "Guid", |
|
|
|
"name": "applicationId", |
|
|
|
"type": "Nullable<Int32>", |
|
|
|
"name": "count", |
|
|
|
"isOptional": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"type": "Nullable<Int32>", |
|
|
|
"name": "offset", |
|
|
|
"isOptional": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
@ -1447,9 +1481,9 @@ |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"returnType": "OpenIddictAuthorization", |
|
|
|
"returnType": "Int64", |
|
|
|
"namespace": "Volo.Abp.OpenIddict.Authorizations", |
|
|
|
"name": "FindByIdAsync", |
|
|
|
"name": "PruneAsync", |
|
|
|
"summary": null, |
|
|
|
"isAsync": true, |
|
|
|
"isPublic": true, |
|
|
|
@ -1457,8 +1491,8 @@ |
|
|
|
"isStatic": false, |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
"type": "Guid", |
|
|
|
"name": "id", |
|
|
|
"type": "DateTime", |
|
|
|
"name": "date", |
|
|
|
"isOptional": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
@ -1469,11 +1503,11 @@ |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"returnType": "List<OpenIddictAuthorization>", |
|
|
|
"returnType": "ValueTask<Int64>", |
|
|
|
"namespace": "Volo.Abp.OpenIddict.Authorizations", |
|
|
|
"name": "FindBySubjectAsync", |
|
|
|
"name": "RevokeAsync", |
|
|
|
"summary": null, |
|
|
|
"isAsync": true, |
|
|
|
"isAsync": false, |
|
|
|
"isPublic": true, |
|
|
|
"isPrivate": false, |
|
|
|
"isStatic": false, |
|
|
|
@ -1483,6 +1517,21 @@ |
|
|
|
"name": "subject", |
|
|
|
"isOptional": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"type": "Nullable<Guid>", |
|
|
|
"name": "applicationId", |
|
|
|
"isOptional": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"type": "String", |
|
|
|
"name": "status", |
|
|
|
"isOptional": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"type": "String", |
|
|
|
"name": "type", |
|
|
|
"isOptional": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"type": "CancellationToken", |
|
|
|
"name": "cancellationToken", |
|
|
|
@ -1491,23 +1540,18 @@ |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"returnType": "List<OpenIddictAuthorization>", |
|
|
|
"returnType": "ValueTask<Int64>", |
|
|
|
"namespace": "Volo.Abp.OpenIddict.Authorizations", |
|
|
|
"name": "ListAsync", |
|
|
|
"name": "RevokeByApplicationIdAsync", |
|
|
|
"summary": null, |
|
|
|
"isAsync": true, |
|
|
|
"isAsync": false, |
|
|
|
"isPublic": true, |
|
|
|
"isPrivate": false, |
|
|
|
"isStatic": false, |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
"type": "Nullable<Int32>", |
|
|
|
"name": "count", |
|
|
|
"isOptional": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"type": "Nullable<Int32>", |
|
|
|
"name": "offset", |
|
|
|
"type": "Guid", |
|
|
|
"name": "applicationId", |
|
|
|
"isOptional": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
@ -1518,18 +1562,18 @@ |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"returnType": "Int64", |
|
|
|
"returnType": "ValueTask<Int64>", |
|
|
|
"namespace": "Volo.Abp.OpenIddict.Authorizations", |
|
|
|
"name": "PruneAsync", |
|
|
|
"name": "RevokeBySubjectAsync", |
|
|
|
"summary": null, |
|
|
|
"isAsync": true, |
|
|
|
"isAsync": false, |
|
|
|
"isPublic": true, |
|
|
|
"isPrivate": false, |
|
|
|
"isStatic": false, |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
"type": "DateTime", |
|
|
|
"name": "date", |
|
|
|
"type": "String", |
|
|
|
"name": "subject", |
|
|
|
"isOptional": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
|