Aracılığıyla paylaş


PowerShellTokenCacheProvider.CreatePublicClient(String) Method

Definition

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

Returns

Applies to