Implements the copy/paste method to bring the auth token back to the client. (deprecated)
Redirects the auth token to localhost on a specific port. The client will listen on the same port to fetch the token.
Redirects the auth token to a cloud function that stores it safely on realtime database. The client will invoke a second cloud function periodically to check if the token has landed and, eventually, fetch it.