Class AuthenticationClient
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pixiv.Clients.Auth
Assembly: Pixiv.Net.dll
Syntax
public class AuthenticationClient : ApiClient
Methods
| Improve this Doc View SourceLoginAsync(String, String, String)
Declaration
public Task<Credential> LoginAsync(string username, string password, string deviceToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
username | |
System. |
password | |
System. |
deviceToken |
Returns
Type | Description |
---|---|
System. |
RefreshAsync()
Declaration
public Task<Credential> RefreshAsync()
Returns
Type | Description |
---|---|
System. |