C# Class InstaAPI.Entities.AuthUser

Mostrar archivo Open project: yuvrajb/InstaAPI Class Usage Examples

Public Properties

Property Type Description
AccessToken String
Bio String
FullName String
Meta InstaAPI.Entities.MetaData
ProfilePicture String
UserId String
UserName String
Website String

Property Details

AccessToken public_oe property

gets or sets the authorised access token

public String AccessToken
return String

Bio public_oe property

gets or sets the bio of the authorised user

public String Bio
return String

FullName public_oe property

gets or sets the full name of the user

public String FullName
return String

Meta public_oe property

gets or sets the response metadata

public MetaData,InstaAPI.Entities Meta
return InstaAPI.Entities.MetaData

ProfilePicture public_oe property

gers or sets the profile picture link of the user

public String ProfilePicture
return String

UserId public_oe property

gets or sets the id of the user

public String UserId
return String

UserName public_oe property

gets or set the username of the user

public String UserName
return String

Website public_oe property

gets or sets the website of the authorised user

public String Website
return String