C# Class InstaAPI.Entities.AuthUser

Show file 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 property

gets or sets the authorised access token

public String AccessToken
return String

Bio public property

gets or sets the bio of the authorised user

public String Bio
return String

FullName public property

gets or sets the full name of the user

public String FullName
return String

Meta public property

gets or sets the response metadata

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

ProfilePicture public property

gers or sets the profile picture link of the user

public String ProfilePicture
return String

UserId public property

gets or sets the id of the user

public String UserId
return String

UserName public property

gets or set the username of the user

public String UserName
return String

Website public property

gets or sets the website of the authorised user

public String Website
return String