C# 클래스 AccessTokenResponse, API-Platform

파일 보기 프로젝트 열기: attdevsupport/API-Platform 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
access_token string
expires_in string
refresh_token string

프로퍼티 상세

access_token 공개적으로 프로퍼티

public string access_token
리턴 string

expires_in 공개적으로 프로퍼티

public string expires_in
리턴 string

refresh_token 공개적으로 프로퍼티

public string refresh_token
리턴 string