auth: Make async function names match the async/finish pattern
Otherwise we trip up gobject introspection 2.80 like
../src/auth.h:19: Warning: Phosh: Couldn't find 'authenticate_async_start_finish' for the corresponding async function: 'authenticate_async_start'
and
../src/auth.h:19: Warning: Phosh: Couldn't find 'authenticate_finish' for the corresponding async function: 'authenticate_async'
Signed-off-by: Guido Günther agx@sigxcpu.org