You are here: Start » AVL.NET » OAuthUser Class
OAuthUser Class
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.Types.dll | 
OAuth 2.0 user details
Constructors
| Constructor | Description | |
|---|---|---|
| OAuthUser() | ||
| OAuthUser(String, String, String, Image, OAuthProvider, String, String) | 
Properties
| Name | Type | Description | |
|---|---|---|---|
| System.String | |||
| IsDisposed | System.Boolean | Inherited from Avl.UnmanagedObject | |
| IsView | System.Boolean | Inherited from Avl.UnmanagedObject | |
| Name | System.String | ||
| PictureUrl | System.String | ||
| Picture | Avl.Image | ||
| Provider | Avl.OAuthProvider | ||
| RefreshToken | System.String | ||
| Token | System.String | 
Methods
| Name | Description | |
|---|---|---|
| CopyTo(Avl.OAuthUser) | ||
| Dispose() | Inherited from Avl.UnmanagedObject | |
| Equals(Avl.OAuthUser) | ||
| Equals(object) | Inherited from System.Object | |
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| MoveTo(Avl.OAuthUser) | ||
| ToString() | Inherited from System.Object | 
