f.Auth.list()

f.Auth.list()

개요

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

예시

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

Last updated