AcquireTokenForClientParameterBuilder.WithFmiPath(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.
Adds an fmi_path parameter to the request. It modifies the subject of the token.
public Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder WithFmiPath(string pathSuffix);
member this.WithFmiPath : string -> Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder
Public Function WithFmiPath (pathSuffix As String) As AcquireTokenForClientParameterBuilder
Parameters
- pathSuffix
- String