Page Contents
Home > @loopback/authentication > authenticate > skip
authenticate.skip() function
@authenticate.skip()
- a sugar decorator to skip authentication
Signature:
skip: () => (target: any, method?: string | undefined, methodDescriptor?: TypedPropertyDescriptor<any> | undefined) => any
Returns:
(target: any, method?: string | undefined, methodDescriptor?: TypedPropertyDescriptor<any> | undefined) => any