f.Auth.list()
사용자가 보유한 권한키 목록을 반환합니다.
//사용자 권한 목록 (배열) f.Auth.list() // ["myAuthKey", "myAuthKey2"]
Last updated 5 months ago