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

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

Syntax

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

Parameters

frob
Type: System..::.String
The desired frob
permission
Type: IpernityNET..::.Permission
Permission required by the application

Return Value

The URL as a string

See Also