OpenIdConnectMessage.CreateAuthenticationRequestUrl Method

Definition

Overloads

CreateAuthenticationRequestUrl()

Creates an OpenIdConnect message using the current contents of this OpenIdConnectMessage.

CreateAuthenticationRequestUrl()

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.

Applies to