OpenIdConnectMessage.CreateAuthenticationRequestUrl 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.
Creates an OpenIdConnect message using the current contents of this OpenIdConnectMessage.
public virtual string CreateAuthenticationRequestUrl ();
abstract member CreateAuthenticationRequestUrl : unit -> string
override this.CreateAuthenticationRequestUrl : unit -> string
Public Overridable Function CreateAuthenticationRequestUrl () As String
Returns
The uri to use for a redirect.