ConfidentialClientApplicationBuilder.WithGenericAuthority(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.
Caution
This method has been renamed to WithOidcAuthority.
Call WithOidcAuthority(String) instead.
[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.