Get parameters which is returned by "out" keyword in ssis

Jan 21 2018 3:37 PM
how get parameter which is returned by "out" keyword in c# method by using SSIS?
this is my function:
bool Authenticate(string Username, string Password, out string Message
,
out string AuthenticationToken)
I need the "AuthenticationToken" or "token" as output (not input), in this here: