Logs in to Pastebin and returns a
User instance representing the logged in user.
Namespace: PastebinAssembly: Pastebin (in Pastebin.dll) Version: 1.0
Syntaxpublic User LogIn(
string username,
string password
)
Public Function LogIn (
username As String,
password As String
) As User
public:
User^ LogIn(
String^ username,
String^ password
)
member LogIn :
username : string *
password : string -> User
Parameters
- username
- Type: SystemString
Ther username of the account to authenticate as. - password
- Type: SystemString
The password for the account to authenticate as.
Return Value
Type:
UserAn object representing the newly authenticated user.
Exceptions
See Also