C# Class InstaAPI.Entities.AuthUser

Afficher le fichier Open project: yuvrajb/InstaAPI Class Usage Examples

Méthodes publiques

Свойство 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
Résultat String

Bio public_oe property

gets or sets the bio of the authorised user

public String Bio
Résultat String

FullName public_oe property

gets or sets the full name of the user

public String FullName
Résultat String

Meta public_oe property

gets or sets the response metadata

public MetaData,InstaAPI.Entities Meta
Résultat InstaAPI.Entities.MetaData

ProfilePicture public_oe property

gers or sets the profile picture link of the user

public String ProfilePicture
Résultat String

UserId public_oe property

gets or sets the id of the user

public String UserId
Résultat String

UserName public_oe property

gets or set the username of the user

public String UserName
Résultat String

Website public_oe property

gets or sets the website of the authorised user

public String Website
Résultat String