fun <RESP> Request?.asyncAuth(block: (Request, <ERROR CLASS>, Profile) -> RESP): Deferred<RESP>
A helper extension function for asynchronous request processing with session and user profile.
fun <RESP> asyncAuth(block: (Profile) -> RESP): Deferred<RESP>
A helper extension function for asynchronous processing with user profile.