OAuthBase AuthorizationUrl Property Nemiro.OAuth
Gets the endpoint of the authorization.

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

public virtual string AuthorizationUrl { get; }

Property Value

Type: String
Remarks

This property is implemented at the protocol level (OAuthClient & OAuth2Client).

See Also