OAuthBase ReturnUrl Property Nemiro.OAuth
Gets or sets return URL.

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public virtual string ReturnUrl { get; set; }

Property Value

Type: String
Remarks

At this address provider will return the user authorization results.

For many providers are needed configuration of the application on the provider website.

See Also