Method Pike.Security.call_with_creds()
- Method call_with_creds
mixedcall_with_creds(Credscreds,mixedfunc,mixed...args)- Description
Call with credentials.
Sets the current credentials to
creds, and calls. Iffunc(@args)credsis0(zero), the credentials from the current object will be used.- Note
The current creds or the current object must have the allow bit BIT_SECURITY set to allow calling with
credsother than0(zero).