f.Auth.check()
f.Auth.check(authKey)
개요
사용자에게 특정 권한키가 존재하는지 확인합니다.
파라미터
파라미터명
필수여부
타입
제약사항
설명
authKey
String
체크할 권한키 명칭
예시
f.Auth.check("myAuthKey") // true/false
Last updated
Was this helpful?
f.Auth.check(authKey)
사용자에게 특정 권한키가 존재하는지 확인합니다.
authKey
String
체크할 권한키 명칭
f.Auth.check("myAuthKey") // true/false
Last updated
Was this helpful?