OAuthGetAuthorizationRequestUrl Method

Definition

Namespace: Centralpoint.Web.Authorization
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public Uri GetAuthorizationRequestUrl(
	string[] scopes,
	bool refreshOpener = true
)

Parameters

scopes  String
 
refreshOpener  Boolean  (Optional)
 

Return Value

Uri

See Also