-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build.Reason:PullRequest Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=417666&view=results source_repo.branch:master source_repo.csvPath:bundlepackages/uwp source_repo.url:https://apidrop.visualstudio.com/binaries/_git/mrefconfig
- Loading branch information
1 parent
0c15f44
commit f8dd331
Showing
978 changed files
with
2,512 additions
and
17,324 deletions.
There are no files selected for viewing
53 changes: 53 additions & 0 deletions
53
dotnet/xml/CommunityToolkit.Authentication.Extensions/MsalProviderExtensions.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<Type Name="MsalProviderExtensions" FullName="CommunityToolkit.Authentication.Extensions.MsalProviderExtensions"> | ||
<TypeSignature Language="C#" Value="public static class MsalProviderExtensions" /> | ||
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit MsalProviderExtensions extends System.Object" /> | ||
<TypeSignature Language="DocId" Value="T:CommunityToolkit.Authentication.Extensions.MsalProviderExtensions" /> | ||
<TypeSignature Language="VB.NET" Value="Public Module MsalProviderExtensions" /> | ||
<TypeSignature Language="F#" Value="type MsalProviderExtensions = class" /> | ||
<AssemblyInfo> | ||
<AssemblyName>CommunityToolkit.Authentication.Msal</AssemblyName> | ||
<AssemblyVersion>7.1.0.0</AssemblyVersion> | ||
</AssemblyInfo> | ||
<Base> | ||
<BaseTypeName>System.Object</BaseTypeName> | ||
</Base> | ||
<Interfaces /> | ||
<Docs> | ||
<summary> | ||
Helpers for working with the MsalProvider. | ||
</summary> | ||
<remarks>To be added.</remarks> | ||
</Docs> | ||
<Members> | ||
<Member MemberName="InitTokenCacheAsync"> | ||
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task InitTokenCacheAsync (this CommunityToolkit.Authentication.MsalProvider provider, Microsoft.Identity.Client.Extensions.Msal.StorageCreationProperties storageProperties, System.Diagnostics.TraceSource logger = default);" /> | ||
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task InitTokenCacheAsync(class CommunityToolkit.Authentication.MsalProvider provider, class Microsoft.Identity.Client.Extensions.Msal.StorageCreationProperties storageProperties, class System.Diagnostics.TraceSource logger) cil managed" /> | ||
<MemberSignature Language="DocId" Value="M:CommunityToolkit.Authentication.Extensions.MsalProviderExtensions.InitTokenCacheAsync(CommunityToolkit.Authentication.MsalProvider,Microsoft.Identity.Client.Extensions.Msal.StorageCreationProperties,System.Diagnostics.TraceSource)" /> | ||
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function InitTokenCacheAsync (provider As MsalProvider, storageProperties As StorageCreationProperties, Optional logger As TraceSource = Nothing) As Task" /> | ||
<MemberSignature Language="F#" Value="static member InitTokenCacheAsync : CommunityToolkit.Authentication.MsalProvider * Microsoft.Identity.Client.Extensions.Msal.StorageCreationProperties * System.Diagnostics.TraceSource -> System.Threading.Tasks.Task" Usage="CommunityToolkit.Authentication.Extensions.MsalProviderExtensions.InitTokenCacheAsync (provider, storageProperties, logger)" /> | ||
<MemberType>Method</MemberType> | ||
<AssemblyInfo> | ||
<AssemblyName>CommunityToolkit.Authentication.Msal</AssemblyName> | ||
<AssemblyVersion>7.1.0.0</AssemblyVersion> | ||
</AssemblyInfo> | ||
<ReturnValue> | ||
<ReturnType>System.Threading.Tasks.Task</ReturnType> | ||
</ReturnValue> | ||
<Parameters> | ||
<Parameter Name="provider" Type="CommunityToolkit.Authentication.MsalProvider" RefType="this" /> | ||
<Parameter Name="storageProperties" Type="Microsoft.Identity.Client.Extensions.Msal.StorageCreationProperties" /> | ||
<Parameter Name="logger" Type="System.Diagnostics.TraceSource" /> | ||
</Parameters> | ||
<Docs> | ||
<param name="provider">The instance of <see cref="T:CommunityToolkit.Authentication.MsalProvider" /> to init the cache for.</param> | ||
<param name="storageProperties">Properties for configuring the storage cache.</param> | ||
<param name="logger">Passing null uses the default TraceSource logger.</param> | ||
<summary> | ||
Helper function to initialize the token cache for non-UWP apps. MSAL handles this automatically on UWP. | ||
</summary> | ||
<returns>A <see cref="T:System.Threading.Tasks.Task" /> representing the result of the asynchronous operation.</returns> | ||
<remarks>To be added.</remarks> | ||
</Docs> | ||
</Member> | ||
</Members> | ||
</Type> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.