You are here: Start » AVL.NET » OAuthUser Class

OAuthUser Class

Namespace:Avl
Assembly:AvlNet.Types.dll

OAuth 2.0 user details

Constructors

 ConstructorDescription
OAuthUser()
OAuthUser(String, String, String, Image, OAuthProvider, String, String)

Properties

 NameTypeDescription
EmailSystem.String
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
NameSystem.String
PictureUrlSystem.String
PictureAvl.Image
ProviderAvl.OAuthProvider
RefreshTokenSystem.String
TokenSystem.String

Methods

 NameDescription
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

Remarks

See also