# f.Auth.list()

## 개요

사용자가 보유한 권한키 목록을 반환합니다.&#x20;

## 예시

```javascript
//사용자 권한 목록 (배열)
f.Auth.list() // ["myAuthKey", "myAuthKey2"]
```
