Inital project setup
This commit is contained in:
89
OpenArchival.Blazor/obj/Debug/net9.0/ApiEndpoints.json
Normal file
89
OpenArchival.Blazor/obj/Debug/net9.0/ApiEndpoints.json
Normal file
@@ -0,0 +1,89 @@
|
||||
[
|
||||
{
|
||||
"ContainingType": "Microsoft.AspNetCore.Routing.IdentityComponentsEndpointRouteBuilderExtensions\u002B\u003C\u003Ec",
|
||||
"Method": "\u003CMapAdditionalIdentityEndpoints\u003Eb__0_1",
|
||||
"RelativePath": "Account/Logout",
|
||||
"HttpMethod": "POST",
|
||||
"IsController": false,
|
||||
"Order": 0,
|
||||
"Parameters": [
|
||||
{
|
||||
"Name": "returnUrl",
|
||||
"Type": "System.String",
|
||||
"IsRequired": true
|
||||
}
|
||||
],
|
||||
"ReturnTypes": [
|
||||
{
|
||||
"Type": "System.Void",
|
||||
"MediaTypes": [],
|
||||
"StatusCode": 200
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"ContainingType": "Microsoft.AspNetCore.Routing.IdentityComponentsEndpointRouteBuilderExtensions\u002B\u003C\u003Ec__DisplayClass0_0",
|
||||
"Method": "\u003CMapAdditionalIdentityEndpoints\u003Eb__3",
|
||||
"RelativePath": "Account/Manage/DownloadPersonalData",
|
||||
"HttpMethod": "POST",
|
||||
"IsController": false,
|
||||
"Order": 0,
|
||||
"Parameters": [],
|
||||
"ReturnTypes": [
|
||||
{
|
||||
"Type": "System.Void",
|
||||
"MediaTypes": [],
|
||||
"StatusCode": 200
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"ContainingType": "Microsoft.AspNetCore.Routing.IdentityComponentsEndpointRouteBuilderExtensions\u002B\u003C\u003Ec",
|
||||
"Method": "\u003CMapAdditionalIdentityEndpoints\u003Eb__0_2",
|
||||
"RelativePath": "Account/Manage/LinkExternalLogin",
|
||||
"HttpMethod": "POST",
|
||||
"IsController": false,
|
||||
"Order": 0,
|
||||
"Parameters": [
|
||||
{
|
||||
"Name": "provider",
|
||||
"Type": "System.String",
|
||||
"IsRequired": true
|
||||
}
|
||||
],
|
||||
"ReturnTypes": [
|
||||
{
|
||||
"Type": "System.Void",
|
||||
"MediaTypes": [],
|
||||
"StatusCode": 200
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"ContainingType": "Microsoft.AspNetCore.Routing.IdentityComponentsEndpointRouteBuilderExtensions\u002B\u003C\u003Ec",
|
||||
"Method": "\u003CMapAdditionalIdentityEndpoints\u003Eb__0_0",
|
||||
"RelativePath": "Account/PerformExternalLogin",
|
||||
"HttpMethod": "POST",
|
||||
"IsController": false,
|
||||
"Order": 0,
|
||||
"Parameters": [
|
||||
{
|
||||
"Name": "provider",
|
||||
"Type": "System.String",
|
||||
"IsRequired": true
|
||||
},
|
||||
{
|
||||
"Name": "returnUrl",
|
||||
"Type": "System.String",
|
||||
"IsRequired": true
|
||||
}
|
||||
],
|
||||
"ReturnTypes": [
|
||||
{
|
||||
"Type": "System.Void",
|
||||
"MediaTypes": [],
|
||||
"StatusCode": 200
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user