store
abstract suspend fun store(
call: ApplicationCall,
value: Any
): String
Store session value and return respective transport string for the specified call.
Override if there is existing session.
abstract suspend fun store(
call: ApplicationCall,
value: Any
): String
Store session value and return respective transport string for the specified call.
Override if there is existing session.