Web API 액세스 토큰

Modified on 2018/09/05 16:50 by Administrator — Categorized as: BaroSee

액세스 토큰 안내

이 문서는 BaroSee Web API를 호출하는 데 사용되는 액세스 토큰을 얻는 방법을 설명합니다

액세스 토큰을 이용하여 로그인 사용자에 한하여 볼수 있는 문서에 대해서 접근을 제한 할 수 있습니다.
(예: 그룹웨어, 이메일, 회원로그인 후 연람 가능한 게시물 등)

액세스 토큰 생성

1. 바로씨 사이트http://barosee.net 에서 로그인 후 대시보드 > 설정 > API 에서 API 키쌍(API 키, API 시크릿)을 생성하거나 재생성 할 수 있습니다.

Image

2. 적절한 매개 변수를 사용하여 Uri를 호출하십시오.

/auth/token


Content-Type : application/x-www-form-urlencoded


client_id : <api_public_key>
client_secret : <api_private_key>
grant_type : client_credentials


{ "access_token": "Expired after minutes", "token_type": "bearer", "expires_in": "Expired after minutes" }

예제

붙임 SDK 파일을 참고 하세요


관련문서




Image바로씨(BaroSee) 서비스 안내 데모체험