PowerShellTokenCacheProvider.CreatePublicClient(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a public client app. This method is not meant for authentication purpose. Use APIs from Azure.Identity instead.
public virtual Microsoft.Identity.Client.IPublicClientApplication CreatePublicClient (string authority = default);
abstract member CreatePublicClient : string -> Microsoft.Identity.Client.IPublicClientApplication
override this.CreatePublicClient : string -> Microsoft.Identity.Client.IPublicClientApplication
Public Overridable Function CreatePublicClient (Optional authority As String = Nothing) As IPublicClientApplication
Parameters
- authority
- String