세종 Auth API
개요

API 동작 구조
접근 경로 명세
Output
계정 인증 에 성공했을 경우
계정 인증에 실패했을 경우
소스 코드 배포
실행 요구사항
Last updated
Was this helpful?

Last updated
Was this helpful?
Was this helpful?
return {
"result":True,
"name":name,
"id":id,
"major":major
}return {"result":False}