|
| 1 | +<Type Name="DownstreamApiExtensions" FullName="Microsoft.Identity.Web.DownstreamApiExtensions"> |
| 2 | + <TypeSignature Language="C#" Value="public static class DownstreamApiExtensions" /> |
| 3 | + <TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit DownstreamApiExtensions extends System.Object" /> |
| 4 | + <TypeSignature Language="DocId" Value="T:Microsoft.Identity.Web.DownstreamApiExtensions" /> |
| 5 | + <TypeSignature Language="VB.NET" Value="Public Module DownstreamApiExtensions" /> |
| 6 | + <TypeSignature Language="F#" Value="type DownstreamApiExtensions = class" /> |
| 7 | + <AssemblyInfo> |
| 8 | + <AssemblyName>Microsoft.Identity.Web.DownstreamApi</AssemblyName> |
| 9 | + <AssemblyVersion>4.1.1.0</AssemblyVersion> |
| 10 | + </AssemblyInfo> |
| 11 | + <Base> |
| 12 | + <BaseTypeName>System.Object</BaseTypeName> |
| 13 | + </Base> |
| 14 | + <Interfaces /> |
| 15 | + <Docs> |
| 16 | + <summary> |
| 17 | + Extension methods to support downstream API services. |
| 18 | + </summary> |
| 19 | + <remarks>To be added.</remarks> |
| 20 | + </Docs> |
| 21 | + <Members> |
| 22 | + <Member MemberName="AddDownstreamApi"> |
| 23 | + <MemberSignature Language="C#" Value="public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddDownstreamApi (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, string serviceName, Microsoft.Extensions.Configuration.IConfiguration configuration);" /> |
| 24 | + <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Extensions.DependencyInjection.IServiceCollection AddDownstreamApi(class Microsoft.Extensions.DependencyInjection.IServiceCollection services, string serviceName, class Microsoft.Extensions.Configuration.IConfiguration configuration) cil managed" /> |
| 25 | + <MemberSignature Language="DocId" Value="M:Microsoft.Identity.Web.DownstreamApiExtensions.AddDownstreamApi(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,Microsoft.Extensions.Configuration.IConfiguration)" /> |
| 26 | + <MemberSignature Language="VB.NET" Value="<Extension()>
Public Function AddDownstreamApi (services As IServiceCollection, serviceName As String, configuration As IConfiguration) As IServiceCollection" /> |
| 27 | + <MemberSignature Language="F#" Value="static member AddDownstreamApi : Microsoft.Extensions.DependencyInjection.IServiceCollection * string * Microsoft.Extensions.Configuration.IConfiguration -> Microsoft.Extensions.DependencyInjection.IServiceCollection" Usage="Microsoft.Identity.Web.DownstreamApiExtensions.AddDownstreamApi (services, serviceName, configuration)" /> |
| 28 | + <MemberType>Method</MemberType> |
| 29 | + <AssemblyInfo> |
| 30 | + <AssemblyName>Microsoft.Identity.Web.DownstreamApi</AssemblyName> |
| 31 | + <AssemblyVersion>4.1.1.0</AssemblyVersion> |
| 32 | + </AssemblyInfo> |
| 33 | + <ReturnValue> |
| 34 | + <ReturnType>Microsoft.Extensions.DependencyInjection.IServiceCollection</ReturnType> |
| 35 | + </ReturnValue> |
| 36 | + <Parameters> |
| 37 | + <Parameter Name="services" Type="Microsoft.Extensions.DependencyInjection.IServiceCollection" RefType="this" /> |
| 38 | + <Parameter Name="serviceName" Type="System.String" /> |
| 39 | + <Parameter Name="configuration" Type="Microsoft.Extensions.Configuration.IConfiguration" /> |
| 40 | + </Parameters> |
| 41 | + <Docs> |
| 42 | + <param name="services">services.</param> |
| 43 | + <param name="serviceName">Name of the configuration for the service. |
| 44 | + This is the name used when calling the service from controller/pages.</param> |
| 45 | + <param name="configuration">Configuration.</param> |
| 46 | + <summary> |
| 47 | + Adds a named downstream API service related to a specific configuration section. |
| 48 | + </summary> |
| 49 | + <returns>The builder for chaining.</returns> |
| 50 | + <remarks>To be added.</remarks> |
| 51 | + </Docs> |
| 52 | + </Member> |
| 53 | + <Member MemberName="AddDownstreamApi"> |
| 54 | + <MemberSignature Language="C#" Value="public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddDownstreamApi (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, string serviceName, Action<Microsoft.Identity.Abstractions.DownstreamApiOptions> configureOptions);" /> |
| 55 | + <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Extensions.DependencyInjection.IServiceCollection AddDownstreamApi(class Microsoft.Extensions.DependencyInjection.IServiceCollection services, string serviceName, class System.Action`1<class Microsoft.Identity.Abstractions.DownstreamApiOptions> configureOptions) cil managed" /> |
| 56 | + <MemberSignature Language="DocId" Value="M:Microsoft.Identity.Web.DownstreamApiExtensions.AddDownstreamApi(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{Microsoft.Identity.Abstractions.DownstreamApiOptions})" /> |
| 57 | + <MemberSignature Language="VB.NET" Value="<Extension()>
Public Function AddDownstreamApi (services As IServiceCollection, serviceName As String, configureOptions As Action(Of DownstreamApiOptions)) As IServiceCollection" /> |
| 58 | + <MemberSignature Language="F#" Value="static member AddDownstreamApi : Microsoft.Extensions.DependencyInjection.IServiceCollection * string * Action<Microsoft.Identity.Abstractions.DownstreamApiOptions> -> Microsoft.Extensions.DependencyInjection.IServiceCollection" Usage="Microsoft.Identity.Web.DownstreamApiExtensions.AddDownstreamApi (services, serviceName, configureOptions)" /> |
| 59 | + <MemberType>Method</MemberType> |
| 60 | + <AssemblyInfo> |
| 61 | + <AssemblyName>Microsoft.Identity.Web.DownstreamApi</AssemblyName> |
| 62 | + <AssemblyVersion>4.1.1.0</AssemblyVersion> |
| 63 | + </AssemblyInfo> |
| 64 | + <ReturnValue> |
| 65 | + <ReturnType>Microsoft.Extensions.DependencyInjection.IServiceCollection</ReturnType> |
| 66 | + </ReturnValue> |
| 67 | + <Parameters> |
| 68 | + <Parameter Name="services" Type="Microsoft.Extensions.DependencyInjection.IServiceCollection" RefType="this" /> |
| 69 | + <Parameter Name="serviceName" Type="System.String" /> |
| 70 | + <Parameter Name="configureOptions" Type="System.Action<Microsoft.Identity.Abstractions.DownstreamApiOptions>" /> |
| 71 | + </Parameters> |
| 72 | + <Docs> |
| 73 | + <param name="services">services.</param> |
| 74 | + <param name="serviceName">Name of the configuration for the service. |
| 75 | + This is the name which will be used when calling the service from controller/pages.</param> |
| 76 | + <param name="configureOptions">Action to configure the options.</param> |
| 77 | + <summary> |
| 78 | + Adds a named downstream API service initialized with delegates. |
| 79 | + </summary> |
| 80 | + <returns>The builder for chaining.</returns> |
| 81 | + <remarks>To be added.</remarks> |
| 82 | + </Docs> |
| 83 | + </Member> |
| 84 | + <Member MemberName="AddDownstreamApis"> |
| 85 | + <MemberSignature Language="C#" Value="public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddDownstreamApis (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Microsoft.Extensions.Configuration.IConfigurationSection configurationSection);" /> |
| 86 | + <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Extensions.DependencyInjection.IServiceCollection AddDownstreamApis(class Microsoft.Extensions.DependencyInjection.IServiceCollection services, class Microsoft.Extensions.Configuration.IConfigurationSection configurationSection) cil managed" /> |
| 87 | + <MemberSignature Language="DocId" Value="M:Microsoft.Identity.Web.DownstreamApiExtensions.AddDownstreamApis(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.Configuration.IConfigurationSection)" /> |
| 88 | + <MemberSignature Language="VB.NET" Value="<Extension()>
Public Function AddDownstreamApis (services As IServiceCollection, configurationSection As IConfigurationSection) As IServiceCollection" /> |
| 89 | + <MemberSignature Language="F#" Value="static member AddDownstreamApis : Microsoft.Extensions.DependencyInjection.IServiceCollection * Microsoft.Extensions.Configuration.IConfigurationSection -> Microsoft.Extensions.DependencyInjection.IServiceCollection" Usage="Microsoft.Identity.Web.DownstreamApiExtensions.AddDownstreamApis (services, configurationSection)" /> |
| 90 | + <MemberType>Method</MemberType> |
| 91 | + <AssemblyInfo> |
| 92 | + <AssemblyName>Microsoft.Identity.Web.DownstreamApi</AssemblyName> |
| 93 | + <AssemblyVersion>4.1.1.0</AssemblyVersion> |
| 94 | + </AssemblyInfo> |
| 95 | + <ReturnValue> |
| 96 | + <ReturnType>Microsoft.Extensions.DependencyInjection.IServiceCollection</ReturnType> |
| 97 | + </ReturnValue> |
| 98 | + <Parameters> |
| 99 | + <Parameter Name="services" Type="Microsoft.Extensions.DependencyInjection.IServiceCollection" RefType="this" /> |
| 100 | + <Parameter Name="configurationSection" Type="Microsoft.Extensions.Configuration.IConfigurationSection" /> |
| 101 | + </Parameters> |
| 102 | + <Docs> |
| 103 | + <param name="services"> |
| 104 | + This is the name used when calling the service from controller/pages.</param> |
| 105 | + <param name="configurationSection">Configuration section.</param> |
| 106 | + <summary> |
| 107 | + Adds named downstream APIs related to a specific configuration section. |
| 108 | + </summary> |
| 109 | + <returns>The builder for chaining.</returns> |
| 110 | + <remarks>To be added.</remarks> |
| 111 | + </Docs> |
| 112 | + </Member> |
| 113 | + </Members> |
| 114 | +</Type> |
0 commit comments