ConfidentialClientApplicationBuilder.WithGenericAuthority(String) Method

Definition

Caution

This method has been renamed to WithOidcAuthority.

[System.Obsolete("This method has been renamed to WithOidcAuthority.", false)]
public Microsoft.Identity.Client.ConfidentialClientApplicationBuilder WithGenericAuthority (string authorityUri);
[<System.Obsolete("This method has been renamed to WithOidcAuthority.", false)>]
member this.WithGenericAuthority : string -> Microsoft.Identity.Client.ConfidentialClientApplicationBuilder
Public Function WithGenericAuthority (authorityUri As String) As ConfidentialClientApplicationBuilder

Parameters

authorityUri
String

Returns

Attributes

Remarks

This is an experimental API and only available on Confidential Client flows.

Applies to