aspnetcore/src/Service.Mvc/baseline.netcore.json

491 lines
14 KiB
JSON

{
"AssemblyIdentity": "Microsoft.AspNetCore.Identity.Service.Mvc, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"Types": [
{
"Name": "Microsoft.AspNetCore.Identity.Service.FormPostResult",
"Visibility": "Public",
"Kind": "Class",
"ImplementedInterfaces": [
"Microsoft.AspNetCore.Mvc.IActionResult"
],
"Members": [
{
"Kind": "Method",
"Name": "get_ResponseParameters",
"Parameters": [],
"ReturnType": "System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.String>>",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "get_RedirectUri",
"Parameters": [],
"ReturnType": "System.String",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "ExecuteResultAsync",
"Parameters": [
{
"Name": "context",
"Type": "Microsoft.AspNetCore.Mvc.ActionContext"
}
],
"ReturnType": "System.Threading.Tasks.Task",
"Sealed": true,
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Mvc.IActionResult",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Constructor",
"Name": ".ctor",
"Parameters": [
{
"Name": "redirectUri",
"Type": "System.String"
},
{
"Name": "responseParameters",
"Type": "System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.String>>"
}
],
"Visibility": "Public",
"GenericParameter": []
}
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.Identity.Service.Mvc.AuthorizationRequestModelBinder",
"Visibility": "Public",
"Kind": "Class",
"ImplementedInterfaces": [
"Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder"
],
"Members": [
{
"Kind": "Method",
"Name": "BindModelAsync",
"Parameters": [
{
"Name": "bindingContext",
"Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext"
}
],
"ReturnType": "System.Threading.Tasks.Task",
"Sealed": true,
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Constructor",
"Name": ".ctor",
"Parameters": [],
"Visibility": "Public",
"GenericParameter": []
}
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.Identity.Service.Mvc.FragmentResult",
"Visibility": "Public",
"Kind": "Class",
"ImplementedInterfaces": [
"Microsoft.AspNetCore.Mvc.IActionResult"
],
"Members": [
{
"Kind": "Method",
"Name": "get_ResponseParameters",
"Parameters": [],
"ReturnType": "System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.String>>",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "get_RedirectUri",
"Parameters": [],
"ReturnType": "System.String",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "ExecuteResultAsync",
"Parameters": [
{
"Name": "context",
"Type": "Microsoft.AspNetCore.Mvc.ActionContext"
}
],
"ReturnType": "System.Threading.Tasks.Task",
"Sealed": true,
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Mvc.IActionResult",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Constructor",
"Name": ".ctor",
"Parameters": [
{
"Name": "redirectUri",
"Type": "System.String"
},
{
"Name": "responseParameters",
"Type": "System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.String>>"
}
],
"Visibility": "Public",
"GenericParameter": []
}
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.Identity.Service.Mvc.IdentityServiceControllerExtensions",
"Visibility": "Public",
"Kind": "Class",
"Abstract": true,
"Static": true,
"Sealed": true,
"ImplementedInterfaces": [],
"Members": [
{
"Kind": "Method",
"Name": "FormPost",
"Parameters": [
{
"Name": "controller",
"Type": "Microsoft.AspNetCore.Mvc.ControllerBase"
},
{
"Name": "error",
"Type": "Microsoft.AspNetCore.Identity.Service.AuthorizationRequestError"
}
],
"ReturnType": "Microsoft.AspNetCore.Mvc.IActionResult",
"Static": true,
"Extension": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "Fragment",
"Parameters": [
{
"Name": "controller",
"Type": "Microsoft.AspNetCore.Mvc.ControllerBase"
},
{
"Name": "error",
"Type": "Microsoft.AspNetCore.Identity.Service.AuthorizationRequestError"
}
],
"ReturnType": "Microsoft.AspNetCore.Mvc.IActionResult",
"Static": true,
"Extension": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "Query",
"Parameters": [
{
"Name": "controller",
"Type": "Microsoft.AspNetCore.Mvc.ControllerBase"
},
{
"Name": "error",
"Type": "Microsoft.AspNetCore.Identity.Service.AuthorizationRequestError"
}
],
"ReturnType": "Microsoft.AspNetCore.Mvc.IActionResult",
"Static": true,
"Extension": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "FormPost",
"Parameters": [
{
"Name": "controller",
"Type": "Microsoft.AspNetCore.Mvc.ControllerBase"
},
{
"Name": "response",
"Type": "Microsoft.AspNetCore.Identity.Service.AuthorizationResponse"
}
],
"ReturnType": "Microsoft.AspNetCore.Mvc.IActionResult",
"Static": true,
"Extension": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "Fragment",
"Parameters": [
{
"Name": "controller",
"Type": "Microsoft.AspNetCore.Mvc.ControllerBase"
},
{
"Name": "response",
"Type": "Microsoft.AspNetCore.Identity.Service.AuthorizationResponse"
}
],
"ReturnType": "Microsoft.AspNetCore.Mvc.IActionResult",
"Static": true,
"Extension": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "Query",
"Parameters": [
{
"Name": "controller",
"Type": "Microsoft.AspNetCore.Mvc.ControllerBase"
},
{
"Name": "response",
"Type": "Microsoft.AspNetCore.Identity.Service.AuthorizationResponse"
}
],
"ReturnType": "Microsoft.AspNetCore.Mvc.IActionResult",
"Static": true,
"Extension": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "InvalidAuthorization",
"Parameters": [
{
"Name": "controller",
"Type": "Microsoft.AspNetCore.Mvc.ControllerBase"
},
{
"Name": "error",
"Type": "Microsoft.AspNetCore.Identity.Service.AuthorizationRequestError"
}
],
"ReturnType": "Microsoft.AspNetCore.Mvc.IActionResult",
"Static": true,
"Extension": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "ValidAuthorization",
"Parameters": [
{
"Name": "controller",
"Type": "Microsoft.AspNetCore.Mvc.ControllerBase"
},
{
"Name": "response",
"Type": "Microsoft.AspNetCore.Identity.Service.AuthorizationResponse"
}
],
"ReturnType": "Microsoft.AspNetCore.Mvc.IActionResult",
"Static": true,
"Extension": true,
"Visibility": "Public",
"GenericParameter": []
}
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.Identity.Service.Mvc.LogoutRequestModelBinder",
"Visibility": "Public",
"Kind": "Class",
"ImplementedInterfaces": [
"Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder"
],
"Members": [
{
"Kind": "Method",
"Name": "BindModelAsync",
"Parameters": [
{
"Name": "bindingContext",
"Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext"
}
],
"ReturnType": "System.Threading.Tasks.Task",
"Sealed": true,
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Constructor",
"Name": ".ctor",
"Parameters": [],
"Visibility": "Public",
"GenericParameter": []
}
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.Identity.Service.Mvc.QueryResult",
"Visibility": "Public",
"Kind": "Class",
"ImplementedInterfaces": [
"Microsoft.AspNetCore.Mvc.IActionResult"
],
"Members": [
{
"Kind": "Method",
"Name": "get_ResponseParameters",
"Parameters": [],
"ReturnType": "System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.String>>",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "get_RedirectUri",
"Parameters": [],
"ReturnType": "System.String",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "ExecuteResultAsync",
"Parameters": [
{
"Name": "context",
"Type": "Microsoft.AspNetCore.Mvc.ActionContext"
}
],
"ReturnType": "System.Threading.Tasks.Task",
"Sealed": true,
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Mvc.IActionResult",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Constructor",
"Name": ".ctor",
"Parameters": [
{
"Name": "redirectUri",
"Type": "System.String"
},
{
"Name": "responseParameters",
"Type": "System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.String>>"
}
],
"Visibility": "Public",
"GenericParameter": []
}
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.Identity.Service.Mvc.TokenRequestModelBinder",
"Visibility": "Public",
"Kind": "Class",
"ImplementedInterfaces": [
"Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder"
],
"Members": [
{
"Kind": "Method",
"Name": "BindModelAsync",
"Parameters": [
{
"Name": "bindingContext",
"Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext"
}
],
"ReturnType": "System.Threading.Tasks.Task",
"Sealed": true,
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Constructor",
"Name": ".ctor",
"Parameters": [],
"Visibility": "Public",
"GenericParameter": []
}
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.Identity.Service.Mvc.UrlHelperExtensions",
"Visibility": "Public",
"Kind": "Class",
"Abstract": true,
"Static": true,
"Sealed": true,
"ImplementedInterfaces": [],
"Members": [
{
"Kind": "Method",
"Name": "GenerateEndpointLink",
"Parameters": [
{
"Name": "urlHelper",
"Type": "Microsoft.AspNetCore.Mvc.IUrlHelper"
},
{
"Name": "action",
"Type": "System.String"
},
{
"Name": "controller",
"Type": "System.String"
},
{
"Name": "values",
"Type": "System.Object"
},
{
"Name": "host",
"Type": "System.String"
}
],
"ReturnType": "System.String",
"Static": true,
"Extension": true,
"Visibility": "Public",
"GenericParameter": []
}
],
"GenericParameters": []
}
]
}