MsalError.CustomWebUiReturnedInvalidUri Field
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.
Error code used when the ICustomWebUi has returned a URI, but it is invalid - it is either null or has no code. Consider throwing an exception if you are unable to intercept the URI containing the code.
public const string CustomWebUiReturnedInvalidUri;
val mutable CustomWebUiReturnedInvalidUri : string
Public Const CustomWebUiReturnedInvalidUri As String