연결 상태 확인
get_auth_statusCheck the current login status and authentication details, including auth method, last sync time, and storage method. Optionally verify the session validity by contacting the LMS server.
Instructions
로그인 상태, 인증 방식, 마지막 동기화 시각, 저장 방식을 보여 줍니다. 로그인 브라우저를 닫은 직후 호출하면 연결을 자동으로 마무리합니다. verify=true 면 LMS 에 실제로 요청해 세션 유효성을 확인합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verify | No | LMS 서버에 세션 유효성을 실제로 확인할지 (기본 true) |