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