Create URL from the desired permission to launch the web page on Ipernity for the user to authenticate. Used by web applications

Namespace:  IpernityNET
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public string AuthGetUrl(
	Permission permission
)
Visual Basic (Declaration)
Public Function AuthGetUrl ( _
	permission As Permission _
) As String
Visual C++
public:
String^ AuthGetUrl(
	Permission permission
)

Parameters

permission
Type: IpernityNET..::.Permission
Permission required by the application

Return Value

The URL as a string

See Also