C# 클래스 InstaAPI.Entities.AuthUser

파일 보기 프로젝트 열기: yuvrajb/InstaAPI 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AccessToken String
Bio String
FullName String
Meta InstaAPI.Entities.MetaData
ProfilePicture String
UserId String
UserName String
Website String

프로퍼티 상세

AccessToken 공개적으로 프로퍼티

gets or sets the authorised access token

public String AccessToken
리턴 String

Bio 공개적으로 프로퍼티

gets or sets the bio of the authorised user

public String Bio
리턴 String

FullName 공개적으로 프로퍼티

gets or sets the full name of the user

public String FullName
리턴 String

Meta 공개적으로 프로퍼티

gets or sets the response metadata

public MetaData,InstaAPI.Entities Meta
리턴 InstaAPI.Entities.MetaData

ProfilePicture 공개적으로 프로퍼티

gers or sets the profile picture link of the user

public String ProfilePicture
리턴 String

UserId 공개적으로 프로퍼티

gets or sets the id of the user

public String UserId
리턴 String

UserName 공개적으로 프로퍼티

gets or set the username of the user

public String UserName
리턴 String

Website 공개적으로 프로퍼티

gets or sets the website of the authorised user

public String Website
리턴 String